You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ya...@apache.org on 2018/04/16 19:59:35 UTC

mesos git commit: Improved the documentation on Offer.executor_ids.

Repository: mesos
Updated Branches:
  refs/heads/master b1d2c98c3 -> 95fc99fdf


Improved the documentation on Offer.executor_ids.


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

Branch: refs/heads/master
Commit: 95fc99fdfc328b171a71f0a0f98e3326b81537dd
Parents: b1d2c98
Author: Jiang Yan Xu <xu...@apple.com>
Authored: Fri Apr 13 15:16:00 2018 -0700
Committer: Jiang Yan Xu <xu...@apple.com>
Committed: Mon Apr 16 12:58:37 2018 -0700

----------------------------------------------------------------------
 include/mesos/mesos.proto    | 2 ++
 include/mesos/v1/mesos.proto | 2 ++
 2 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/95fc99fd/include/mesos/mesos.proto
----------------------------------------------------------------------
diff --git a/include/mesos/mesos.proto b/include/mesos/mesos.proto
index 676f0b0..ac12448 100644
--- a/include/mesos/mesos.proto
+++ b/include/mesos/mesos.proto
@@ -1887,6 +1887,8 @@ message Offer {
 
   repeated Resource resources = 5;
   repeated Attribute attributes = 7;
+
+  // Executors of the same framework running on the this agent.
   repeated ExecutorID executor_ids = 6;
 
   // Signifies that the resources in this Offer may be unavailable during

http://git-wip-us.apache.org/repos/asf/mesos/blob/95fc99fd/include/mesos/v1/mesos.proto
----------------------------------------------------------------------
diff --git a/include/mesos/v1/mesos.proto b/include/mesos/v1/mesos.proto
index 10d5065..e0de490 100644
--- a/include/mesos/v1/mesos.proto
+++ b/include/mesos/v1/mesos.proto
@@ -1879,6 +1879,8 @@ message Offer {
 
   repeated Resource resources = 5;
   repeated Attribute attributes = 7;
+
+  // Executors of the same framework running on the this agent.
   repeated ExecutorID executor_ids = 6;
 
   // Signifies that the resources in this Offer may be unavailable during