You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by nn...@apache.org on 2014/12/04 02:33:36 UTC

[2/4] mesos git commit: Changed task to use Labels.

Changed task to use Labels.

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


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

Branch: refs/heads/master
Commit: ca555579c5c1cba9c61b12b2f9085e2d102925b0
Parents: c3bdaf9
Author: Niklas Nielsen <ni...@qni.dk>
Authored: Wed Dec 3 16:38:09 2014 -0800
Committer: Niklas Q. Nielsen <ni...@mesosphere.io>
Committed: Wed Dec 3 17:11:22 2014 -0800

----------------------------------------------------------------------
 src/messages/messages.proto | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/ca555579/src/messages/messages.proto
----------------------------------------------------------------------
diff --git a/src/messages/messages.proto b/src/messages/messages.proto
index 28e593f..6b261f7 100644
--- a/src/messages/messages.proto
+++ b/src/messages/messages.proto
@@ -54,7 +54,7 @@ message Task {
   optional TaskState status_update_state = 9;
   optional bytes status_update_uuid = 10;
 
-  repeated Label labels = 11;
+  optional Labels labels = 11;
 }