From ca419dc0d9db4c5ed3784a5c5d7b46040c5203ef Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 16 Jun 2009 18:16:12 +0000 Subject: h --- TODO | 6 +++--- src/util/io_handle.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 029a3558c..f57bd0ad9 100644 --- a/TODO +++ b/TODO @@ -57,8 +57,8 @@ PHASE #2: (Goal: recover basic file-sharing functionality) Datastores: * implement sqlite-based sqstore/datastore service - + implement library (talks to service) + implement service (datastore + talks to plugin) + + implement library (talks to service) + implement sqlite plugin (talks to DB) * implement sqlite-based dstore services + implement library (talks to service) @@ -69,8 +69,6 @@ Applications: * DHT, DV * FS / fs-libs -Databases: -* have ONE backend working PHASE #3: (Goal: ready for pre-release) [completion-goal: end of 2009] @@ -149,6 +147,8 @@ Minor TODO items: - implement exponential back-off for service restarts - better tracking of which config changes actually need to cause process restarts by ARM. - have way to specify dependencies between services (to manage ARM restarts better) + - client-API is inefficient since it opens a TCP connection per service that is started + (instead of re-using connections). * PEERINFO: - have gnunet-peerinfo print actual host addresses again - add option to gnunet-peerinfo to modify trust value diff --git a/src/util/io_handle.h b/src/util/io_handle.h index cafbdf1ee..04e735748 100644 --- a/src/util/io_handle.h +++ b/src/util/io_handle.h @@ -19,7 +19,7 @@ */ /** - * @file util/io_handle.c + * @file util/io_handle.h * @brief wrapper structure for file handles, sockets, ... */ -- cgit v1.2.3