> On July 1, 2015, 11:31 p.m., Paul Brett wrote: > > src/linux/perf.cpp, line 468 > > <https://reviews.apache.org/r/36113/diff/1/?file=997703#file997703line468> > > > > Could you replace the function pointer with a lambda?
changed to not use a function pointer. - Chi ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36113/#review90161 ----------------------------------------------------------- On July 2, 2015, 11:32 p.m., Chi Zhang wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/36113/ > ----------------------------------------------------------- > > (Updated July 2, 2015, 11:32 p.m.) > > > Review request for mesos, Ian Downes, Paul Brett, and Cong Wang. > > > Bugs: mesos-2834 > https://issues.apache.org/jira/browse/mesos-2834 > > > Repository: mesos > > > Description > ------- > > perf: refactored parse to allow determining an output parsing function based > on the runtime version. > > > Diffs > ----- > > src/linux/perf.cpp 697b75e846a43d4f106ad8f39a18882836d7dc02 > > Diff: https://reviews.apache.org/r/36113/diff/ > > > Testing > ------- > > > Thanks, > > Chi Zhang > >
