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 05:15:06 UTC

svn commit: r1131521 - /incubator/mesos/trunk/include/nexus_types.h

Author: benh
Date: Sun Jun  5 03:15:06 2011
New Revision: 1131521

URL: http://svn.apache.org/viewvc?rev=1131521&view=rev
Log:
C API Slave ID changed to C string

Modified:
    incubator/mesos/trunk/include/nexus_types.h

Modified: incubator/mesos/trunk/include/nexus_types.h
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/include/nexus_types.h?rev=1131521&r1=1131520&r2=1131521&view=diff
==============================================================================
--- incubator/mesos/trunk/include/nexus_types.h (original)
+++ incubator/mesos/trunk/include/nexus_types.h Sun Jun  5 03:15:06 2011
@@ -5,7 +5,7 @@
 
 typedef int32_t framework_id;
 typedef int32_t task_id;
-typedef int32_t slave_id;
+typedef const char *slave_id;
 typedef int64_t offer_id;
 typedef int32_t nexus_handle;