gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r9372 - gnunet/src/testing


From: gnunet
Subject: [GNUnet-SVN] r9372 - gnunet/src/testing
Date: Sat, 31 Oct 2009 15:58:30 -0600

Author: grothoff
Date: 2009-10-31 15:58:30 -0600 (Sat, 31 Oct 2009)
New Revision: 9372

Modified:
   gnunet/src/testing/testing_testbed.c
Log:
warn for unimplemented functions

Modified: gnunet/src/testing/testing_testbed.c
===================================================================
--- gnunet/src/testing/testing_testbed.c        2009-10-31 21:57:40 UTC (rev 
9371)
+++ gnunet/src/testing/testing_testbed.c        2009-10-31 21:58:30 UTC (rev 
9372)
@@ -67,6 +67,7 @@
                              const char *hostname,
                              ...)
 {
+  GNUNET_break (0);
   return NULL;
 }
 
@@ -83,6 +84,7 @@
                             GNUNET_TESTING_NotifyCompletion cb,
                             void *cb_cls)
 {
+  GNUNET_break (0);
 }
 
 
@@ -113,6 +115,7 @@
                              GNUNET_TESTING_NotifyCompletion cb,
                              void *cb_cls)
 {
+  GNUNET_break (0);
 }
 
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]