aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-18 14:30:23 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-18 14:30:23 +0000
commit0ea8e006d5f5ef84e31e000607bd24a23f8fc1ed (patch)
tree9b36e245d428fd641512eb1e1ff86b2a83adf2c2 /src/hostlist
parent200aaa0dd6813f19eb7ed67a0fdc301d091fc2d7 (diff)
downloadgnunet-0ea8e006d5f5ef84e31e000607bd24a23f8fc1ed.tar.gz
gnunet-0ea8e006d5f5ef84e31e000607bd24a23f8fc1ed.zip
code clean up
Diffstat (limited to 'src/hostlist')
-rw-r--r--src/hostlist/hostlist-server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hostlist/hostlist-server.c b/src/hostlist/hostlist-server.c
index 8d4d38d09..5d8a07ef2 100644
--- a/src/hostlist/hostlist-server.c
+++ b/src/hostlist/hostlist-server.c
@@ -62,12 +62,12 @@ static struct GNUNET_STATISTICS_Handle *stats;
62/** 62/**
63 * Handle to the core service (NULL until we've connected to it). 63 * Handle to the core service (NULL until we've connected to it).
64 */ 64 */
65struct GNUNET_CORE_Handle *core; 65static struct GNUNET_CORE_Handle *core;
66 66
67/** 67/**
68 * Handle to the peerinfo notify service (NULL until we've connected to it). 68 * Handle to the peerinfo notify service (NULL until we've connected to it).
69 */ 69 */
70struct GNUNET_PEERINFO_NotifyContext *notify; 70static struct GNUNET_PEERINFO_NotifyContext *notify;
71 71
72/** 72/**
73 * Our primary task for IPv4. 73 * Our primary task for IPv4.