`src/common/resources.cpp` provides functions for some unversioned protobuf messages while `src/v1/resources.cpp` is for some v1 protobuf messages. Mesos use unversioned protobuf messages internal and provide public APIs with v1 probouf messages. Corresponding to v1, Mesos could have v2 protobuf messages in the future.
On Wed, Aug 17, 2016 at 2:28 PM, Qiang Chen <[email protected]> wrote: > Hi haosdent, > > I found that some files in the folder v1 is as the same as in common > folder. > > such as `src/common/resources.cpp` and `src/v1/resources.cpp`. > > Does the v1 is used to follow version v1.0.xxx development? > > > Thanks. > > -- > Best Regards, > Chen, Qiang > > -- Best Regards, Haosdent Huang
