Repository: mesos Updated Branches: refs/heads/master c9d51ee6f -> 9b78b3014
Added a TODO in scheduler.hpp. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9b78b301 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/9b78b301 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/9b78b301 Branch: refs/heads/master Commit: 9b78b301469667b5a44f0a351de5f3a71edae499 Parents: c9d51ee Author: Vinod Kone <[email protected]> Authored: Fri Aug 14 19:26:27 2015 -0700 Committer: Vinod Kone <[email protected]> Committed: Fri Aug 14 19:26:27 2015 -0700 ---------------------------------------------------------------------- include/mesos/v1/scheduler.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/9b78b301/include/mesos/v1/scheduler.hpp ---------------------------------------------------------------------- diff --git a/include/mesos/v1/scheduler.hpp b/include/mesos/v1/scheduler.hpp index 8c379a8..c939de3 100644 --- a/include/mesos/v1/scheduler.hpp +++ b/include/mesos/v1/scheduler.hpp @@ -46,12 +46,12 @@ class MesosProcess; // Forward declaration. class Mesos { public: + // TODO(vinod): Remove this in favor of the below constructor. Mesos(const std::string& master, const std::function<void(void)>& connected, const std::function<void(void)>& disconnected, const std::function<void(const std::queue<Event>&)>& received); - // This constructor is primarily used for testing. Mesos(const std::string& master, ContentType contentType, const std::function<void(void)>& connected,
