const struct GNUNET_FS_Uri *advertisementURI,
const char *rootEntry)
{
+ GNUNET_break (0);
return NULL;
}
GNUNET_FS_namespace_create (struct GNUNET_FS_Handle *h,
const char *name)
{
+ GNUNET_break (0);
return NULL;
}
GNUNET_FS_namespace_delete (struct GNUNET_FS_Namespace *namespace,
int freeze)
{
+ GNUNET_break (0);
return GNUNET_SYSERR;
}
GNUNET_FS_NamespaceInfoProcessor cb,
void *cb_cls)
{
+ GNUNET_break (0);
}
/* end of fs_namespace.c */
[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