You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2011/06/05 11:28:41 UTC

svn commit: r1132345 - /incubator/mesos/trunk/include/mesos/mesos.proto

Author: benh
Date: Sun Jun  5 09:28:41 2011
New Revision: 1132345

URL: http://svn.apache.org/viewvc?rev=1132345&view=rev
Log:
Added a TODO.

Modified:
    incubator/mesos/trunk/include/mesos/mesos.proto

Modified: incubator/mesos/trunk/include/mesos/mesos.proto
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/include/mesos/mesos.proto?rev=1132345&r1=1132344&r2=1132345&view=diff
==============================================================================
--- incubator/mesos/trunk/include/mesos/mesos.proto (original)
+++ incubator/mesos/trunk/include/mesos/mesos.proto Sun Jun  5 09:28:41 2011
@@ -145,6 +145,7 @@ message FrameworkInfo {
 message SlaveInfo {
   required string hostname = 1;
   required string public_hostname = 2;
+  // TODO(benh): Send bound ports (direct and webui).
   repeated Resource resources = 3;
 //   repeated Attribute attribute = ;
 }