----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/28663/#review63753 -----------------------------------------------------------
Ship it! src/master/hierarchical_allocator_process.hpp <https://reviews.apache.org/r/28663/#comment106051> This is in the header file which can polute the namespace. Probably either put that in the HierarchicalAllocatorProcess class (static method), or simply calculate 'available' manually below. - Jie Yu On Dec. 3, 2014, 7:53 p.m., Ben Mahler wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/28663/ > ----------------------------------------------------------- > > (Updated Dec. 3, 2014, 7:53 p.m.) > > > Review request for mesos and Jie Yu. > > > Repository: mesos-git > > > Description > ------- > > When I originally suggested adding these on Thomas' review, I didn't consider > adding these inline. > > Placing these inline as pure data structs, as we've done elsewhere, cleans > this up quite a bit. > > > Diffs > ----- > > src/master/hierarchical_allocator_process.hpp > fbaa23fad37fc6cbe870932cd4ace6622080001b > > Diff: https://reviews.apache.org/r/28663/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Ben Mahler > >
