aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-02-22 09:53:33 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-02-22 09:53:33 +0000
commit42d065891b5fbb7bb59b0c60a4018709b1589a01 (patch)
tree592d379edaa080df37797546622284d2e2ad3e78 /src/testbed/testbed_api.h
parent20621b6f9076dbedb1926fff2fcf5ec87a7d986b (diff)
downloadgnunet-42d065891b5fbb7bb59b0c60a4018709b1589a01.tar.gz
gnunet-42d065891b5fbb7bb59b0c60a4018709b1589a01.zip
- remove unused
Diffstat (limited to 'src/testbed/testbed_api.h')
-rw-r--r--src/testbed/testbed_api.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/testbed/testbed_api.h b/src/testbed/testbed_api.h
index a90acbf81..000aeeda4 100644
--- a/src/testbed/testbed_api.h
+++ b/src/testbed/testbed_api.h
@@ -94,11 +94,6 @@ enum OperationType
94 */ 94 */
95struct MessageQueue; 95struct MessageQueue;
96 96
97/**
98 * Structure for a controller link
99 */
100struct ControllerLink;
101
102 97
103/** 98/**
104 * Enumeration of states of OperationContext 99 * Enumeration of states of OperationContext
@@ -224,16 +219,6 @@ struct GNUNET_TESTBED_Controller
224 struct MessageQueue *mq_tail; 219 struct MessageQueue *mq_tail;
225 220
226 /** 221 /**
227 * The head of the ControllerLink list
228 */
229 struct ControllerLink *cl_head;
230
231 /**
232 * The tail of the ControllerLink list
233 */
234 struct ControllerLink *cl_tail;
235
236 /**
237 * The client transmit handle 222 * The client transmit handle
238 */ 223 */
239 struct GNUNET_CLIENT_TransmitHandle *th; 224 struct GNUNET_CLIENT_TransmitHandle *th;