----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21141/#review42802 -----------------------------------------------------------
src/linux/routing/link/link.hpp <https://reviews.apache.org/r/21141/#comment76725> Why not have remove() return a Future that gets satisfied when the link is removed. Are there other cases where 'wait' will be used? Also, if we do we need wait, I would recommend s/wait/removed/ to be more explicit. - Vinod Kone On May 7, 2014, 12:29 a.m., Jie Yu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/21141/ > ----------------------------------------------------------- > > (Updated May 7, 2014, 12:29 a.m.) > > > Review request for mesos, Benjamin Hindman, Chi Zhang, Ian Downes, Vinod > Kone, and Cong Wang. > > > Bugs: MESOS-1228 > https://issues.apache.org/jira/browse/MESOS-1228 > > > Repository: mesos-git > > > Description > ------- > > See summary. > > > Diffs > ----- > > src/linux/routing/link/link.hpp PRE-CREATION > src/linux/routing/link/link.cpp PRE-CREATION > src/tests/routing_tests.cpp PRE-CREATION > > Diff: https://reviews.apache.org/r/21141/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Jie Yu > >
