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/12/16 19:24:27 UTC

[4/5] mesos git commit: Synchronized v1 and unversioned master.proto.

Synchronized v1 and unversioned master.proto.

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


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

Branch: refs/heads/master
Commit: ee6f141978f0cc281db7a44efa2c71240f1182e9
Parents: c38550a
Author: Neil Conway <ne...@gmail.com>
Authored: Fri Dec 16 14:23:50 2016 -0500
Committer: Vinod Kone <vi...@gmail.com>
Committed: Fri Dec 16 14:23:50 2016 -0500

----------------------------------------------------------------------
 include/mesos/master/master.proto | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/ee6f1419/include/mesos/master/master.proto
----------------------------------------------------------------------
diff --git a/include/mesos/master/master.proto b/include/mesos/master/master.proto
index 0d33251..483dc2f 100644
--- a/include/mesos/master/master.proto
+++ b/include/mesos/master/master.proto
@@ -177,6 +177,7 @@ message Call {
     repeated MachineID machines = 1;
   }
 
+  // Sets the quota for resources to be used by a particular role.
   message SetQuota {
     required quota.QuotaRequest quota_request = 1;
   }