gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r26187 - gnunet/src/testbed


From: gnunet
Subject: [GNUnet-SVN] r26187 - gnunet/src/testbed
Date: Fri, 22 Feb 2013 10:53:33 +0100

Author: harsha
Date: 2013-02-22 10:53:33 +0100 (Fri, 22 Feb 2013)
New Revision: 26187

Modified:
   gnunet/src/testbed/testbed_api.c
   gnunet/src/testbed/testbed_api.h
Log:
- remove unused

Modified: gnunet/src/testbed/testbed_api.c
===================================================================
--- gnunet/src/testbed/testbed_api.c    2013-02-22 08:47:39 UTC (rev 26186)
+++ gnunet/src/testbed/testbed_api.c    2013-02-22 09:53:33 UTC (rev 26187)
@@ -91,45 +91,6 @@
 
 
 /**
- * Structure for a controller link
- */
-struct ControllerLink
-{
-  /**
-   * The next ptr for DLL
-   */
-  struct ControllerLink *next;
-
-  /**
-   * The prev ptr for DLL
-   */
-  struct ControllerLink *prev;
-
-  /**
-   * The host which will be referred in the peer start request. This is the
-   * host where the peer should be started
-   */
-  struct GNUNET_TESTBED_Host *delegated_host;
-
-  /**
-   * The host which will contacted to delegate the peer start request
-   */
-  struct GNUNET_TESTBED_Host *slave_host;
-
-  /**
-   * The configuration to be used to connect to slave host
-   */
-  const struct GNUNET_CONFIGURATION_Handle *slave_cfg;
-
-  /**
-   * GNUNET_YES if the slave should be started (and stopped) by us; GNUNET_NO
-   * if we are just allowed to use the slave via TCP/IP
-   */
-  int is_subordinate;
-};
-
-
-/**
  * Context data for forwarded Operation
  */
 struct ForwardedOperationData

Modified: gnunet/src/testbed/testbed_api.h
===================================================================
--- gnunet/src/testbed/testbed_api.h    2013-02-22 08:47:39 UTC (rev 26186)
+++ gnunet/src/testbed/testbed_api.h    2013-02-22 09:53:33 UTC (rev 26187)
@@ -94,12 +94,7 @@
  */
 struct MessageQueue;
 
-/**
- * Structure for a controller link
- */
-struct ControllerLink;
 
-
 /**
  * Enumeration of states of OperationContext
  */
@@ -224,16 +219,6 @@
   struct MessageQueue *mq_tail;
 
   /**
-   * The head of the ControllerLink list
-   */
-  struct ControllerLink *cl_head;
-
-  /**
-   * The tail of the ControllerLink list
-   */
-  struct ControllerLink *cl_tail;
-
-  /**
    * The client transmit handle
    */
   struct GNUNET_CLIENT_TransmitHandle *th;




reply via email to

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