aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/gnunet-daemon-hostlist.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-06-13 06:24:36 +0000
committerChristian Grothoff <christian@grothoff.org>2009-06-13 06:24:36 +0000
commit22fc1a86eb65cd9ed578c9e7bfc952814fbc499f (patch)
tree56f230b91562bbc1c67bc0e57814858eed50dc9c /src/hostlist/gnunet-daemon-hostlist.c
parent184240c9c28f784bbdea72742e0a3ce3e3ee4652 (diff)
downloadgnunet-22fc1a86eb65cd9ed578c9e7bfc952814fbc499f.tar.gz
gnunet-22fc1a86eb65cd9ed578c9e7bfc952814fbc499f.zip
cancel task
Diffstat (limited to 'src/hostlist/gnunet-daemon-hostlist.c')
-rw-r--r--src/hostlist/gnunet-daemon-hostlist.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/hostlist/gnunet-daemon-hostlist.c b/src/hostlist/gnunet-daemon-hostlist.c
index e2e64a717..ceb3415d5 100644
--- a/src/hostlist/gnunet-daemon-hostlist.c
+++ b/src/hostlist/gnunet-daemon-hostlist.c
@@ -22,6 +22,11 @@
22 * @file hostlist/gnunet-daemon-hostlist.c 22 * @file hostlist/gnunet-daemon-hostlist.c
23 * @brief code for bootstrapping via hostlist servers 23 * @brief code for bootstrapping via hostlist servers
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 *
26 * TODO:
27 * - implement -a and -e switches (send P2P messages about our hostlist URL,
28 * receive such messages and automatically update our hostlist URL config
29 * value).
25 */ 30 */
26 31
27#include <stdlib.h> 32#include <stdlib.h>
@@ -96,7 +101,7 @@ core_init (void *cls,
96{ 101{
97 if (advertising && (NULL != server)) 102 if (advertising && (NULL != server))
98 { 103 {
99 /* TODO: provide "server" to 'hostlist' module */ 104 /* FIXME: provide "server" to 'hostlist' module */
100 } 105 }
101} 106}
102 107
@@ -150,8 +155,7 @@ run (void *cls,
150 stats = GNUNET_STATISTICS_create (sched, "hostlist", cfg); 155 stats = GNUNET_STATISTICS_create (sched, "hostlist", cfg);
151 if (learning) 156 if (learning)
152 { 157 {
153 // FIXME! 158 /* FIXME (register handler with core for hostlist ads) */
154 // (register handler with core for hostlist ads)
155 } 159 }
156 if (bootstrapping) 160 if (bootstrapping)
157 { 161 {