[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r35753 - gnunet/src/rps
From: |
gnunet |
Subject: |
[GNUnet-SVN] r35753 - gnunet/src/rps |
Date: |
Wed, 20 May 2015 00:41:39 +0200 |
Author: ch3
Date: 2015-05-20 00:41:39 +0200 (Wed, 20 May 2015)
New Revision: 35753
Modified:
gnunet/src/rps/test_rps.c
Log:
-optical change + small fix
Modified: gnunet/src/rps/test_rps.c
===================================================================
--- gnunet/src/rps/test_rps.c 2015-05-19 22:41:36 UTC (rev 35752)
+++ gnunet/src/rps/test_rps.c 2015-05-19 22:41:39 UTC (rev 35753)
@@ -282,15 +282,16 @@
*/
static void
churn_cb (void *cls,
- struct GNUNET_TESTBED_Operation *op,
- const char *emsg)
+ struct GNUNET_TESTBED_Operation *op,
+ const char *emsg)
{
+ // FIXME
struct OpListEntry *entry = cls;
GNUNET_TESTBED_operation_done (entry->op);
if (NULL != emsg)
{
- //LOG (GNUNET_ERROR_TYPE_ERROR, "Failed to start/stop NSE at a peer\n");
+ GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Failed to start/stop RPS at a
peer\n");
GNUNET_SCHEDULER_shutdown ();
return;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r35753 - gnunet/src/rps,
gnunet <=