aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-31 21:58:30 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-31 21:58:30 +0000
commitb5e66d24a6b1e33c1205a77084e58ff14a112aea (patch)
treed27a6bea288beb3def699650df7324d232349a85 /src
parentd5128d1f3cbaf2e495ae1325b5c133cafca9437e (diff)
downloadgnunet-b5e66d24a6b1e33c1205a77084e58ff14a112aea.tar.gz
gnunet-b5e66d24a6b1e33c1205a77084e58ff14a112aea.zip
warn for unimplemented functions
Diffstat (limited to 'src')
-rw-r--r--src/testing/testing_testbed.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testing/testing_testbed.c b/src/testing/testing_testbed.c
index da06dc8b1..a3b2c93eb 100644
--- a/src/testing/testing_testbed.c
+++ b/src/testing/testing_testbed.c
@@ -67,6 +67,7 @@ GNUNET_TESTING_testbed_start (struct GNUNET_SCHEDULER_Handle *sched,
67 const char *hostname, 67 const char *hostname,
68 ...) 68 ...)
69{ 69{
70 GNUNET_break (0);
70 return NULL; 71 return NULL;
71} 72}
72 73
@@ -83,6 +84,7 @@ GNUNET_TESTING_testbed_stop (struct GNUNET_TESTING_Testbed *tb,
83 GNUNET_TESTING_NotifyCompletion cb, 84 GNUNET_TESTING_NotifyCompletion cb,
84 void *cb_cls) 85 void *cb_cls)
85{ 86{
87 GNUNET_break (0);
86} 88}
87 89
88 90
@@ -113,6 +115,7 @@ GNUNET_TESTING_testbed_churn (struct GNUNET_TESTING_Testbed *tb,
113 GNUNET_TESTING_NotifyCompletion cb, 115 GNUNET_TESTING_NotifyCompletion cb,
114 void *cb_cls) 116 void *cb_cls)
115{ 117{
118 GNUNET_break (0);
116} 119}
117 120
118 121