summaryrefslogtreecommitdiff
path: root/src/rps/test_rps.c
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2015-05-19 22:41:39 +0000
committerJulius Bünger <buenger@mytum.de>2015-05-19 22:41:39 +0000
commit96e5782b634a8026251b240ff3d9c79889f2e6f6 (patch)
treeeb0c370eb5720781dcabfcf6d362d0992eb3678e /src/rps/test_rps.c
parent39a851d4c34ba9a622cac5be5fbf242f8fcc6485 (diff)
downloadgnunet-96e5782b634a8026251b240ff3d9c79889f2e6f6.tar.gz
gnunet-96e5782b634a8026251b240ff3d9c79889f2e6f6.zip
-optical change + small fix
Diffstat (limited to 'src/rps/test_rps.c')
-rw-r--r--src/rps/test_rps.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/rps/test_rps.c b/src/rps/test_rps.c
index f8f918d35..3ea8c19af 100644
--- a/src/rps/test_rps.c
+++ b/src/rps/test_rps.c
@@ -282,15 +282,16 @@ make_oplist_entry ()
282 */ 282 */
283static void 283static void
284churn_cb (void *cls, 284churn_cb (void *cls,
285 struct GNUNET_TESTBED_Operation *op, 285 struct GNUNET_TESTBED_Operation *op,
286 const char *emsg) 286 const char *emsg)
287{ 287{
288 // FIXME
288 struct OpListEntry *entry = cls; 289 struct OpListEntry *entry = cls;
289 290
290 GNUNET_TESTBED_operation_done (entry->op); 291 GNUNET_TESTBED_operation_done (entry->op);
291 if (NULL != emsg) 292 if (NULL != emsg)
292 { 293 {
293 //LOG (GNUNET_ERROR_TYPE_ERROR, "Failed to start/stop NSE at a peer\n"); 294 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Failed to start/stop RPS at a peer\n");
294 GNUNET_SCHEDULER_shutdown (); 295 GNUNET_SCHEDULER_shutdown ();
295 return; 296 return;
296 } 297 }