aboutsummaryrefslogtreecommitdiff
path: root/src/fs/perf_gnunet_service_fs_p2p_respect.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-06 20:55:28 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-06 20:55:28 +0000
commit61c39c60565b386e0e12ea669556b030e8cd7180 (patch)
tree59109aeab8297bdc996faca8c4e38ec7426c36cf /src/fs/perf_gnunet_service_fs_p2p_respect.c
parent780eb09dd8040ecf8649d40ddf8314464e0fc48e (diff)
downloadgnunet-61c39c60565b386e0e12ea669556b030e8cd7180.tar.gz
gnunet-61c39c60565b386e0e12ea669556b030e8cd7180.zip
-remove trailing whitespace
Diffstat (limited to 'src/fs/perf_gnunet_service_fs_p2p_respect.c')
-rw-r--r--src/fs/perf_gnunet_service_fs_p2p_respect.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/fs/perf_gnunet_service_fs_p2p_respect.c b/src/fs/perf_gnunet_service_fs_p2p_respect.c
index 8790dcc75..b2471a8b4 100644
--- a/src/fs/perf_gnunet_service_fs_p2p_respect.c
+++ b/src/fs/perf_gnunet_service_fs_p2p_respect.c
@@ -178,7 +178,7 @@ print_stat (void *cls, const char *subsystem, const char *name, uint64_t value,
178 * Function that gathers stats from all daemons. 178 * Function that gathers stats from all daemons.
179 */ 179 */
180static void 180static void
181stat_run (void *cls, 181stat_run (void *cls,
182 struct GNUNET_TESTBED_Operation *op, 182 struct GNUNET_TESTBED_Operation *op,
183 void *ca_result, 183 void *ca_result,
184 const char *emsg); 184 const char *emsg);
@@ -202,7 +202,7 @@ get_done (void *cls, int success)
202/** 202/**
203 * Adapter function called to establish a connection to 203 * Adapter function called to establish a connection to
204 * statistics service. 204 * statistics service.
205 * 205 *
206 * @param cls closure 206 * @param cls closure
207 * @param cfg configuration of the peer to connect to; will be available until 207 * @param cfg configuration of the peer to connect to; will be available until
208 * GNUNET_TESTBED_operation_done() is called on the operation returned 208 * GNUNET_TESTBED_operation_done() is called on the operation returned
@@ -221,11 +221,11 @@ statistics_connect_adapter (void *cls,
221/** 221/**
222 * Adapter function called to destroy a connection to 222 * Adapter function called to destroy a connection to
223 * statistics service. 223 * statistics service.
224 * 224 *
225 * @param cls closure 225 * @param cls closure
226 * @param op_result service handle returned from the connect adapter 226 * @param op_result service handle returned from the connect adapter
227 */ 227 */
228static void 228static void
229statistics_disconnect_adapter (void *cls, 229statistics_disconnect_adapter (void *cls,
230 void *op_result) 230 void *op_result)
231{ 231{
@@ -237,7 +237,7 @@ statistics_disconnect_adapter (void *cls,
237 * Function that gathers stats from all daemons. 237 * Function that gathers stats from all daemons.
238 */ 238 */
239static void 239static void
240stat_run (void *cls, 240stat_run (void *cls,
241 struct GNUNET_TESTBED_Operation *op, 241 struct GNUNET_TESTBED_Operation *op,
242 void *ca_result, 242 void *ca_result,
243 const char *emsg) 243 const char *emsg)
@@ -362,7 +362,7 @@ do_downloads (void *cls, const struct GNUNET_FS_Uri *u2,
362 362
363 363
364static void 364static void
365do_publish2 (void *cls, 365do_publish2 (void *cls,
366 const struct GNUNET_FS_Uri *u1, 366 const struct GNUNET_FS_Uri *u1,
367 const char *fn) 367 const char *fn)
368{ 368{
@@ -398,7 +398,7 @@ do_publish2 (void *cls,
398 398
399 399
400static void 400static void
401do_publish1 (void *cls, 401do_publish1 (void *cls,
402 struct GNUNET_TESTBED_Operation *op, 402 struct GNUNET_TESTBED_Operation *op,
403 const char *emsg) 403 const char *emsg)
404{ 404{
@@ -433,7 +433,7 @@ do_publish1 (void *cls,
433 433
434 434
435static void 435static void
436do_connect (void *cls, 436do_connect (void *cls,
437 struct GNUNET_TESTBED_RunHandle *h, 437 struct GNUNET_TESTBED_RunHandle *h,
438 unsigned int num_peers, 438 unsigned int num_peers,
439 struct GNUNET_TESTBED_Peer **peers, 439 struct GNUNET_TESTBED_Peer **peers,
@@ -443,7 +443,7 @@ do_connect (void *cls,
443 static unsigned int coco; 443 static unsigned int coco;
444 unsigned int i; 444 unsigned int i;
445 unsigned int j; 445 unsigned int j;
446 446
447 GNUNET_assert (NUM_DAEMONS == num_peers); 447 GNUNET_assert (NUM_DAEMONS == num_peers);
448 for (i=0;i<num_peers;i++) 448 for (i=0;i<num_peers;i++)
449 daemons[i] = peers[i]; 449 daemons[i] = peers[i];