aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_peers.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-01-25 15:28:08 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-01-25 15:28:08 +0000
commit30c5c323f28ade8a1e7c6c593778793e44accb3a (patch)
tree845955ec895d221338b44f0cadce7932932e78cc /src/testbed/testbed_api_peers.h
parent43d558efd13a3245e65efd0acdc9c4ba59cd2bee (diff)
downloadgnunet-30c5c323f28ade8a1e7c6c593778793e44accb3a.tar.gz
gnunet-30c5c323f28ade8a1e7c6c593778793e44accb3a.zip
- indent
Diffstat (limited to 'src/testbed/testbed_api_peers.h')
-rw-r--r--src/testbed/testbed_api_peers.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/testbed/testbed_api_peers.h b/src/testbed/testbed_api_peers.h
index b1f226214..8598cc177 100644
--- a/src/testbed/testbed_api_peers.h
+++ b/src/testbed/testbed_api_peers.h
@@ -130,17 +130,17 @@ struct PeerEventData
130 * The handle of the peer to start 130 * The handle of the peer to start
131 */ 131 */
132 struct GNUNET_TESTBED_Peer *peer; 132 struct GNUNET_TESTBED_Peer *peer;
133 133
134 /** 134 /**
135 * The Peer churn callback to call when this operation is completed 135 * The Peer churn callback to call when this operation is completed
136 */ 136 */
137 GNUNET_TESTBED_PeerChurnCallback pcc; 137 GNUNET_TESTBED_PeerChurnCallback pcc;
138 138
139 /** 139 /**
140 * Closure for the above callback 140 * Closure for the above callback
141 */ 141 */
142 void *pcc_cls; 142 void *pcc_cls;
143 143
144}; 144};
145 145
146 146
@@ -172,7 +172,7 @@ struct PeerInfoData
172 * The Peer info callback to call when this operation has completed 172 * The Peer info callback to call when this operation has completed
173 */ 173 */
174 GNUNET_TESTBED_PeerInfoCallback cb; 174 GNUNET_TESTBED_PeerInfoCallback cb;
175 175
176 /** 176 /**
177 * The closure for peer info callback 177 * The closure for peer info callback
178 */ 178 */
@@ -205,7 +205,7 @@ struct OverlayConnectData
205 * The operation completion callback to call once this operation is done 205 * The operation completion callback to call once this operation is done
206 */ 206 */
207 GNUNET_TESTBED_OperationCompletionCallback cb; 207 GNUNET_TESTBED_OperationCompletionCallback cb;
208 208
209 /** 209 /**
210 * The closure for the above callback 210 * The closure for the above callback
211 */ 211 */