aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/hostlist-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/hostlist-client.c')
-rw-r--r--src/hostlist/hostlist-client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hostlist/hostlist-client.c b/src/hostlist/hostlist-client.c
index 4d006c2bd..f08bb2e5d 100644
--- a/src/hostlist/hostlist-client.c
+++ b/src/hostlist/hostlist-client.c
@@ -116,12 +116,12 @@ static struct GNUNET_SCHEDULER_Handle *sched;
116/** 116/**
117 * Statistics handle. 117 * Statistics handle.
118 */ 118 */
119struct GNUNET_STATISTICS_Handle *stats; 119static struct GNUNET_STATISTICS_Handle *stats;
120 120
121/** 121/**
122 * Transport handle. 122 * Transport handle.
123 */ 123 */
124struct GNUNET_TRANSPORT_Handle *transport; 124static struct GNUNET_TRANSPORT_Handle *transport;
125 125
126/** 126/**
127 * Proxy that we are using (can be NULL). 127 * Proxy that we are using (can be NULL).