aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_api.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-03-11 03:39:47 +0000
committerBart Polot <bart@net.in.tum.de>2011-03-11 03:39:47 +0000
commit69d9f80b83053162a38a292fc8a024acb6a463a9 (patch)
treed8668cdb5c158e4c11b35a193ea19025af2c39d7 /src/mesh/mesh_api.c
parente87e273ce5f864e20fcca02c34bef72de4fc00bd (diff)
downloadgnunet-69d9f80b83053162a38a292fc8a024acb6a463a9.tar.gz
gnunet-69d9f80b83053162a38a292fc8a024acb6a463a9.zip
Added more data structures and functions to build the skeleton of mesh
Diffstat (limited to 'src/mesh/mesh_api.c')
-rw-r--r--src/mesh/mesh_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c
index 3421e2c6f..f714d32bb 100644
--- a/src/mesh/mesh_api.c
+++ b/src/mesh/mesh_api.c
@@ -469,7 +469,7 @@ GNUNET_MESH_connect (const struct
469 ret->connected_peers.tail = NULL; 469 ret->connected_peers.tail = NULL;
470 ret->cleaner = cleaner; 470 ret->cleaner = cleaner;
471 ret->cls = cls; 471 ret->cls = cls;
472 472
473 const struct GNUNET_MESH_MessageHandler *it; 473 const struct GNUNET_MESH_MessageHandler *it;
474 unsigned int len = 1; 474 unsigned int len = 1;
475 for (it = handlers; it->callback != NULL; it++) 475 for (it = handlers; it->callback != NULL; it++)