----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14438/ -----------------------------------------------------------
Review request for mesos, Benjamin Hindman and Vinod Kone. Repository: mesos-git Description ------- Small cleanup, no functional change here. This changes the Slave::tasks: hashmap<std::pair<FrameworkID, TaskID>, Task*> tasks; // Before. hashmap<FrameworkID, hashmap<TaskID, Task*> > tasks; // After. Diffs ----- src/master/master.hpp bd5cb1ff05967518d7dc7f3a9dc0d32c22eb9643 src/master/master.cpp a49b17ef43fca5b385a89731ca8776a26b61399a Diff: https://reviews.apache.org/r/14438/diff/ Testing ------- make check Thanks, Ben Mahler
