You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2016/04/25 23:32:35 UTC

[42/50] mesos git commit: Added missing `json` declaration for `ExecutorInfo`.

Added missing `json` declaration for `ExecutorInfo`.

Review: https://reviews.apache.org/r/43937/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/f96a383b
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/f96a383b
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/f96a383b

Branch: refs/heads/0.26.x
Commit: f96a383be9519d6c26615aa73e9e9ffa7ad37552
Parents: d3108d7
Author: Michael Park <mp...@apache.org>
Authored: Wed Feb 24 22:35:39 2016 -0800
Committer: Michael Park <mp...@apache.org>
Committed: Fri Feb 26 20:59:07 2016 -0800

----------------------------------------------------------------------
 src/common/http.hpp | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/f96a383b/src/common/http.hpp
----------------------------------------------------------------------
diff --git a/src/common/http.hpp b/src/common/http.hpp
index adb58a3..ac4fc10 100644
--- a/src/common/http.hpp
+++ b/src/common/http.hpp
@@ -98,6 +98,7 @@ void json(JSON::ObjectWriter* writer, const Task& task);
 } // namespace internal {
 
 void json(JSON::ObjectWriter* writer, const Attributes& attributes);
+void json(JSON::ObjectWriter* writer, const ExecutorInfo& executorInfo);
 void json(JSON::ArrayWriter* writer, const Labels& labels);
 void json(JSON::ObjectWriter* writer, const Resources& resources);
 void json(JSON::ObjectWriter* writer, const TaskStatus& status);