gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9172 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r9172 - gnunet/src/fs
Date: Sun, 18 Oct 2009 12:54:10 -0600

Author: grothoff
Date: 2009-10-18 12:54:09 -0600 (Sun, 18 Oct 2009)
New Revision: 9172

Modified:
   gnunet/src/fs/fs_namespace.c
   gnunet/src/fs/test_fs_collection_data.conf
   gnunet/src/fs/test_fs_download_data.conf
Log:
fixing config file

Modified: gnunet/src/fs/fs_namespace.c
===================================================================
--- gnunet/src/fs/fs_namespace.c        2009-10-18 18:00:12 UTC (rev 9171)
+++ gnunet/src/fs/fs_namespace.c        2009-10-18 18:54:09 UTC (rev 9172)
@@ -53,6 +53,7 @@
                               const struct GNUNET_FS_Uri *advertisementURI,
                               const char *rootEntry)
 {
+  GNUNET_break (0);
   return NULL;
 }
 
@@ -69,6 +70,7 @@
 GNUNET_FS_namespace_create (struct GNUNET_FS_Handle *h,
                            const char *name)
 {
+  GNUNET_break (0);
   return NULL;
 }
 
@@ -88,6 +90,7 @@
 GNUNET_FS_namespace_delete (struct GNUNET_FS_Namespace *namespace,
                            int freeze)
 {
+  GNUNET_break (0);
   return GNUNET_SYSERR;
 }
 
@@ -106,6 +109,7 @@
                          GNUNET_FS_NamespaceInfoProcessor cb,
                          void *cb_cls)
 {
+  GNUNET_break (0);
 }
 
 /* end of fs_namespace.c */

Modified: gnunet/src/fs/test_fs_collection_data.conf
===================================================================
--- gnunet/src/fs/test_fs_collection_data.conf  2009-10-18 18:00:12 UTC (rev 
9171)
+++ gnunet/src/fs/test_fs_collection_data.conf  2009-10-18 18:54:09 UTC (rev 
9172)
@@ -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

Modified: gnunet/src/fs/test_fs_download_data.conf
===================================================================
--- gnunet/src/fs/test_fs_download_data.conf    2009-10-18 18:00:12 UTC (rev 
9171)
+++ gnunet/src/fs/test_fs_download_data.conf    2009-10-18 18:54:09 UTC (rev 
9172)
@@ -4,11 +4,9 @@
 [gnunetd]
 HOSTKEY = $SERVICEHOME/.hostkey
 
-[TESTING]
-WEAKRANDOM = YES
-
 [resolver]
 PORT = 42464
+HOSTNAME = localhost
 
 [transport]
 PORT = 42465
@@ -16,18 +14,23 @@
 
 [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





reply via email to

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