aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_connection.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-12-17 10:05:04 +0000
committerBart Polot <bart@net.in.tum.de>2013-12-17 10:05:04 +0000
commiteb620579de05105499d35f21db8759682698df9d (patch)
treec56716516e244b7f4fc2329c74f4a4030ee7ea20 /src/mesh/gnunet-service-mesh_connection.h
parentff92e76e780b33c64f2638086788c60282d962b2 (diff)
downloadgnunet-eb620579de05105499d35f21db8759682698df9d.tar.gz
gnunet-eb620579de05105499d35f21db8759682698df9d.zip
- log fixes, limit kx to live tunnels
Diffstat (limited to 'src/mesh/gnunet-service-mesh_connection.h')
-rw-r--r--src/mesh/gnunet-service-mesh_connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh_connection.h b/src/mesh/gnunet-service-mesh_connection.h
index ef2cfaacd..f4722a6fc 100644
--- a/src/mesh/gnunet-service-mesh_connection.h
+++ b/src/mesh/gnunet-service-mesh_connection.h
@@ -517,7 +517,7 @@ GMC_stop_poll (struct MeshConnection *c, int fwd);
517 * @param c Connection. 517 * @param c Connection.
518 */ 518 */
519const char * 519const char *
520GMC_2s (struct MeshConnection *c); 520GMC_2s (const struct MeshConnection *c);
521 521
522#if 0 /* keep Emacsens' auto-indent happy */ 522#if 0 /* keep Emacsens' auto-indent happy */
523{ 523{