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:36:25 UTC

[44/48] 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/5f15fef7
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/5f15fef7
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/5f15fef7

Branch: refs/heads/0.27.x
Commit: 5f15fef76a57aa0eb854e4bc88fac494452a1d3e
Parents: c832e4a
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 18:57:10 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/5f15fef7/src/common/http.hpp
----------------------------------------------------------------------
diff --git a/src/common/http.hpp b/src/common/http.hpp
index f88590f..61c63a0 100644
--- a/src/common/http.hpp
+++ b/src/common/http.hpp
@@ -95,6 +95,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);