gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r8597 - in gnunet: . contrib src/include


From: gnunet
Subject: [GNUnet-SVN] r8597 - in gnunet: . contrib src/include
Date: Tue, 16 Jun 2009 20:51:49 -0600

Author: grothoff
Date: 2009-06-16 20:51:49 -0600 (Tue, 16 Jun 2009)
New Revision: 8597

Modified:
   gnunet/TODO
   gnunet/contrib/defaults.conf
   gnunet/src/include/gnunet_util_lib.h
Log:
datastore

Modified: gnunet/TODO
===================================================================
--- gnunet/TODO 2009-06-17 02:50:43 UTC (rev 8596)
+++ gnunet/TODO 2009-06-17 02:51:49 UTC (rev 8597)
@@ -60,7 +60,9 @@
   + implement service (datastore + talks to plugin)
   + implement library (talks to service)
   + implement sqlite plugin (talks to DB)
+  + fix testcases (make them use CPS, complete their inner workings...)
 * implement sqlite-based dstore services
+  + design API
   + implement library (talks to service)
   + implement service (talks to plugin)
   + implement sqlite plugin (talks to DB)

Modified: gnunet/contrib/defaults.conf
===================================================================
--- gnunet/contrib/defaults.conf        2009-06-17 02:50:43 UTC (rev 8596)
+++ gnunet/contrib/defaults.conf        2009-06-17 02:51:49 UTC (rev 8597)
@@ -159,5 +159,14 @@
 
 
 [datastore]
+PORT = 2093
+HOSTNAME = localhost
+HOME = $SERVICEHOME
+CONFIG = $DEFAULTCONFIG
+BINARY = gnunet-service-datastore
+ACCEPT_FROM = 127.0.0.1;
+ACCEPT_FROM6 = ::1;
+ALLOW_SHUTDOWN = YES
 QUOTA = 10000000
 BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
+DATABASE = sqlite

Modified: gnunet/src/include/gnunet_util_lib.h
===================================================================
--- gnunet/src/include/gnunet_util_lib.h        2009-06-17 02:50:43 UTC (rev 
8596)
+++ gnunet/src/include/gnunet_util_lib.h        2009-06-17 02:51:49 UTC (rev 
8597)
@@ -44,6 +44,7 @@
 #include "gnunet_disk_lib.h"
 #include "gnunet_getopt_lib.h"
 #include "gnunet_network_lib.h"
+#include "gnunet_os_lib.h"
 #include "gnunet_plugin_lib.h"
 #include "gnunet_program_lib.h"
 #include "gnunet_protocols.h"





reply via email to

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