----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34378/#review84241 -----------------------------------------------------------
Ship it! Ship It! - Till Toenshoff On May 18, 2015, 11:23 p.m., Michael Park wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/34378/ > ----------------------------------------------------------- > > (Updated May 18, 2015, 11:23 p.m.) > > > Review request for mesos and Till Toenshoff. > > > Repository: mesos > > > Description > ------- > > Since `summarize` captures the important fields of an object, `model` will > always be a superset of it. > We can see that `model(const Framework&)` calls `summarize(const Framework&)` > and augments additional fields. > > This patch removes the unnecessary forward declaration and makes `model(const > Slave&)` depend on `summarize(const Slave&)` instead. > > > Diffs > ----- > > src/master/http.cpp 7fa47a9fa2f5667631169876964dccf7fdcc172e > > Diff: https://reviews.apache.org/r/34378/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Michael Park > >