gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r22481 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r22481 - gnunet/src/include
Date: Wed, 4 Jul 2012 17:44:26 +0200

Author: harsha
Date: 2012-07-04 17:44:26 +0200 (Wed, 04 Jul 2012)
New Revision: 22481

Modified:
   gnunet/src/include/gnunet_testbed_service.h
Log:
-TESTBED controller_link_2 header

Modified: gnunet/src/include/gnunet_testbed_service.h
===================================================================
--- gnunet/src/include/gnunet_testbed_service.h 2012-07-04 15:43:33 UTC (rev 
22480)
+++ gnunet/src/include/gnunet_testbed_service.h 2012-07-04 15:44:26 UTC (rev 
22481)
@@ -564,9 +564,9 @@
  * @param delegated_host requests to which host should be delegated; cannot be 
NULL
  * @param slave_host which host is used to run the slave controller; use NULL 
to
  *          make the master controller connect to the delegated host
- * @param scfg serialized and compressed configuration
- * @param scfg_size the size scfg
- * @param cfg_size the size of uncompressed serialized configuration
+ * @param sxcfg serialized and compressed configuration
+ * @param sxcfg_size the size scfg
+ * @param scfg_size the size of uncompressed serialized configuration
  * @param is_subordinate GNUNET_YES if the controller at delegated_host should
  *          be started by the master controller; GNUNET_NO if we are just
  *          allowed to use the slave via TCP/IP
@@ -575,9 +575,9 @@
 GNUNET_TESTBED_controller_link_2 (struct GNUNET_TESTBED_Controller *master,
                                  struct GNUNET_TESTBED_Host *delegated_host,
                                  struct GNUNET_TESTBED_Host *slave_host,
-                                 const char *scfg,
+                                 const char *sxcfg,
+                                 size_t sxcfg_size,
                                  size_t scfg_size,
-                                 size_t cfg_size,
                                  int is_subordinate); 
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]