fixing config file
authorChristian Grothoff <christian@grothoff.org>
Sun, 18 Oct 2009 18:54:09 +0000 (18:54 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 18 Oct 2009 18:54:09 +0000 (18:54 +0000)
src/fs/fs_namespace.c
src/fs/test_fs_collection_data.conf
src/fs/test_fs_download_data.conf

index 64763d164dcf205cac057de3eea0a44aeda20aeb..a72a64a497cae5d2b3b0a903fa6d97d52134d6e4 100644 (file)
@@ -53,6 +53,7 @@ GNUNET_FS_namespace_advertise (struct GNUNET_FS_Handle *h,
                               const struct GNUNET_FS_Uri *advertisementURI,
                               const char *rootEntry)
 {
+  GNUNET_break (0);
   return NULL;
 }
 
@@ -69,6 +70,7 @@ struct GNUNET_FS_Namespace *
 GNUNET_FS_namespace_create (struct GNUNET_FS_Handle *h,
                            const char *name)
 {
+  GNUNET_break (0);
   return NULL;
 }
 
@@ -88,6 +90,7 @@ int
 GNUNET_FS_namespace_delete (struct GNUNET_FS_Namespace *namespace,
                            int freeze)
 {
+  GNUNET_break (0);
   return GNUNET_SYSERR;
 }
 
@@ -106,6 +109,7 @@ GNUNET_FS_namespace_list (struct GNUNET_FS_Handle *h,
                          GNUNET_FS_NamespaceInfoProcessor cb,
                          void *cb_cls)
 {
+  GNUNET_break (0);
 }
 
 /* end of fs_namespace.c */
index 12cf53b9354c47eb6ef98a68a2ca1a31dc0b0533..710ff3bf782d584fb7f42a999b65456e4c35afa9 100644 (file)
@@ -1,9 +1,37 @@
 [PATHS]
-SERVICEHOME = /tmp/gnunet-test-fs-uri/
-DEFAULTCONFIG = /etc/gnunetd.conf
+SERVICEHOME = /tmp/gnunet-test-fs-collection/
 
 [gnunetd]
 HOSTKEY = $SERVICEHOME/.hostkey
 
+[resolver]
+PORT = 42464
+HOSTNAME = localhost
+
+[transport]
+PORT = 42465
+PLUGINS = 
+HOSTNAME = localhost
+
+[arm]
+PORT = 42466
+HOSTNAME = localhost
+
+[statistics]
+PORT = 42467
+HOSTNAME = localhost
+
+[peerinfo]
+PORT = 42469
+HOSTNAME = localhost
+
+[core]
+PORT = 42470
+HOSTNAME = localhost
+
+[fs]
+PORT = 42471
+HOSTNAME = localhost
+
 [TESTING]
 WEAKRANDOM = YES
index 8af0d26f22e26c89a9146f5ccee80abc1398da21..2b50be270f5a73b583392b3e0df031157e59a11a 100644 (file)
@@ -4,11 +4,9 @@ SERVICEHOME = /tmp/gnunet-test-fs-download/
 [gnunetd]
 HOSTKEY = $SERVICEHOME/.hostkey
 
-[TESTING]
-WEAKRANDOM = YES
-
 [resolver]
 PORT = 42464
+HOSTNAME = localhost
 
 [transport]
 PORT = 42465
@@ -16,18 +14,23 @@ PLUGINS =
 
 [arm]
 PORT = 42466
+HOSTNAME = localhost
 
 [statistics]
 PORT = 42467
+HOSTNAME = localhost
 
 [peerinfo]
 PORT = 42469
+HOSTNAME = localhost
 
 [core]
 PORT = 42470
+HOSTNAME = localhost
 
 [fs]
 PORT = 42471
+HOSTNAME = localhost
 
 [testing]
 WEAKRANDOM = YES