-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44777/
-----------------------------------------------------------
(Updated March 18, 2016, 12:14 a.m.)
Review request for mesos and Ben Mahler.
Changes
-------
Removed erroneous #include in stout left over from a revision of this patch.
Bugs: MESOS-4926
https://issues.apache.org/jira/browse/MESOS-4926
Repository: mesos
Description
-------
Added a flags parser for vector<unsigned int> to src/common/parse.hpp.
Diffs (updated)
-----
src/common/parse.hpp 9535fad0d50b469fbb4dc6ac5cf5c89b40d29b47
Diff: https://reviews.apache.org/r/44777/diff/
Testing
-------
Ran `make` and `make check`
This is also tested out in a subsequent commit when adding support for the
`--nvidia_gpu_devices` flag, which uses this functionality.
Thanks,
Kevin Klues