aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-06 18:16:41 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-06 18:16:41 +0000
commit587be81e064a15e2e42eb297ef8161f7352abcf8 (patch)
treea1a271dd15f765e5e7e412365575c335f8847325 /src/mesh
parenta1706dd71f047c5261145a01fa4544be92a0bef9 (diff)
downloadgnunet-587be81e064a15e2e42eb297ef8161f7352abcf8.tar.gz
gnunet-587be81e064a15e2e42eb297ef8161f7352abcf8.zip
nowarn
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/gnunet-service-mesh.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c
index 6725db563..8332100b6 100644
--- a/src/mesh/gnunet-service-mesh.c
+++ b/src/mesh/gnunet-service-mesh.c
@@ -369,9 +369,10 @@ struct Client
369}; 369};
370 370
371 371
372static struct MESH_tunnel *tunnel_participation_head; 372// static struct MESH_tunnel *tunnel_participation_head;
373
374// static struct MESH_tunnel *tunnel_participation_tail;
373 375
374static struct MESH_tunnel *tunnel_participation_tail;
375 376
376 377
377 378