----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37314/#review96748 -----------------------------------------------------------
Ship it! include/mesos/type_utils.hpp (lines 152 - 153) <https://reviews.apache.org/r/37314/#comment152386> Let's check for the presence of the fields first see other examples below. src/master/master.hpp (lines 893 - 896) <https://reviews.apache.org/r/37314/#comment152388> hashmap<MachineID, MachineInfo> machines; struct { std::list<...> schedules; } maintenance; maintenance.schedules...; - Benjamin Hindman On Aug. 26, 2015, 6:49 p.m., Joseph Wu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/37314/ > ----------------------------------------------------------- > > (Updated Aug. 26, 2015, 6:49 p.m.) > > > Review request for mesos, Benjamin Hindman, Ben Mahler, Artem Harutyunyan, > Joris Van Remoortere, and Vinod Kone. > > > Bugs: MESOS-3045 > https://issues.apache.org/jira/browse/MESOS-3045 > > > Repository: mesos > > > Description > ------- > > Note: Tests will be added with the related HTTP endpoints and registrar > operations, later in this review chain. > > > Diffs > ----- > > include/mesos/maintenance/maintenance.hpp PRE-CREATION > include/mesos/type_utils.hpp dafe1df0cb5d0b83ca0579068916fe7fda848f02 > src/master/master.hpp 36c67599ef2c470da8d95f2caf926a154342d2cc > src/master/master.cpp 95207d24db0aa052eb70c4cc7eb75d0611c365cf > > Diff: https://reviews.apache.org/r/37314/diff/ > > > Testing > ------- > > `make check` > > > Thanks, > > Joseph Wu > >
