-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/11720/
-----------------------------------------------------------
(Updated June 12, 2013, 11:39 p.m.)
Review request for mesos and Benjamin Hindman.
Changes
-------
Added bug.
Description
-------
This patch adds a Dedication protobuf, Dedications field to SlaveInfo,
Dedications class with a parse function, and a dedication command line flag to
the slave.
This addresses bug MESOS-505.
https://issues.apache.org/jira/browse/MESOS-505
Diffs
-----
include/mesos/mesos.proto ece6559
src/Makefile.am e67b342
src/common/dedications.hpp PRE-CREATION
src/common/dedications.cpp PRE-CREATION
src/slave/flags.hpp 9612983
src/slave/slave.hpp 26dc96e
src/slave/slave.cpp 8ce1646
Diff: https://reviews.apache.org/r/11720/diff/
Testing
-------
make check
Thanks,
Thomas Marshall