aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-01-25 20:03:26 +0000
committerChristian Grothoff <christian@grothoff.org>2011-01-25 20:03:26 +0000
commitbf0a4b7fa0587deb75111cf1cdaaef2b3b3a39a6 (patch)
treeaf8e5a0d182c581c00907c007d5e14d905d6c1b3 /src/core
parent1370b3bb54b7a869b413beb91f7d5de8efaa8b44 (diff)
downloadgnunet-bf0a4b7fa0587deb75111cf1cdaaef2b3b3a39a6.tar.gz
gnunet-bf0a4b7fa0587deb75111cf1cdaaef2b3b3a39a6.zip
done
Diffstat (limited to 'src/core')
-rw-r--r--src/core/core.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 1e56d7046..acac7c407 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -22,17 +22,6 @@
22 * @file core/core.h 22 * @file core/core.h
23 * @brief common internal definitions for core service 23 * @brief common internal definitions for core service
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 *
26 * TODO:
27 * - bound message queue size
28 * - on disconnect from core, signal disconnect for all peers
29 * and clean up peer records
30 * - create / destroy peer records on connect/disconnect events
31 * - implement iterator API
32 * - implement re-configure API
33 * - check on peer-related events that connection is known
34 * (if not, GNUNET_break + reconnect)
35 * - handle atsi records
36 */ 25 */
37#include "gnunet_bandwidth_lib.h" 26#include "gnunet_bandwidth_lib.h"
38#include "gnunet_crypto_lib.h" 27#include "gnunet_crypto_lib.h"