aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-10-20 09:31:31 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-10-20 09:31:31 +0000
commit2d428fd66f0b9aef8182f3fc16471280902f7383 (patch)
treea123e2c2765b28b2158dfc484da7015ab43ff2fb /src/testbed/testbed_api.h
parent07b49ea52c868ec2e357f543c4865913c0946d33 (diff)
downloadgnunet-2d428fd66f0b9aef8182f3fc16471280902f7383.tar.gz
gnunet-2d428fd66f0b9aef8182f3fc16471280902f7383.zip
removed duplicate definition
Diffstat (limited to 'src/testbed/testbed_api.h')
-rw-r--r--src/testbed/testbed_api.h37
1 files changed, 0 insertions, 37 deletions
diff --git a/src/testbed/testbed_api.h b/src/testbed/testbed_api.h
index 7b92ff51b..ba9ee0dcf 100644
--- a/src/testbed/testbed_api.h
+++ b/src/testbed/testbed_api.h
@@ -84,43 +84,6 @@ enum OperationType
84 84
85 85
86/** 86/**
87 * Testbed operation structure
88 */
89struct GNUNET_TESTBED_Operation
90{
91 /**
92 * next pointer for DLL
93 */
94 struct GNUNET_TESTBED_Operation *next;
95
96 /**
97 * prev pointer for DLL
98 */
99 struct GNUNET_TESTBED_Operation *prev;
100
101 /**
102 * The controller on which this operation operates
103 */
104 struct GNUNET_TESTBED_Controller *controller;
105
106 /**
107 * The ID for the operation;
108 */
109 uint64_t operation_id;
110
111 /**
112 * The type of operation
113 */
114 enum OperationType type;
115
116 /**
117 * Data specific to OperationType
118 */
119 void *data;
120};
121
122
123/**
124 * The message queue for sending messages to the controller service 87 * The message queue for sending messages to the controller service
125 */ 88 */
126struct MessageQueue; 89struct MessageQueue;