Repository: mesos Updated Branches: refs/heads/master b426d5adc -> 9f13e14b7
Doxygenified a comment in allocator.proto. Review: https://reviews.apache.org/r/36916 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9f13e14b Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/9f13e14b Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/9f13e14b Branch: refs/heads/master Commit: 9f13e14b7e2bbc3466735ac1f7044f1a1f2580c8 Parents: b426d5a Author: Alexander Rukletsov <[email protected]> Authored: Wed Aug 5 17:30:20 2015 +0200 Committer: Till Toenshoff <[email protected]> Committed: Wed Aug 5 18:12:02 2015 +0200 ---------------------------------------------------------------------- include/mesos/master/allocator.proto | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/9f13e14b/include/mesos/master/allocator.proto ---------------------------------------------------------------------- diff --git a/include/mesos/master/allocator.proto b/include/mesos/master/allocator.proto index c32b88e..10fd9a2 100644 --- a/include/mesos/master/allocator.proto +++ b/include/mesos/master/allocator.proto @@ -18,9 +18,12 @@ package mesos.master; -// Describes a role, which are used to group frameworks for allocation -// decisions, depending on the allocation policy being used. -// The weight field can be used to indicate forms of priority. + +/** + * Describes a role, which is used to group frameworks for allocation + * decisions, depending on the allocation policy being used. + * The weight field can be used to indicate forms of priority. + */ message RoleInfo { required string name = 1; optional double weight = 2 [default = 1];
