aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-01-30 02:11:23 +0000
committerBart Polot <bart@net.in.tum.de>2014-01-30 02:11:23 +0000
commit2e64c3f634ccfd05cbecc27a8bc4eea87354f156 (patch)
tree1039206473c2628ef30cc1bd10910d4ea366083d /src
parent38ae6e3574273e94d480d44c5428cd061c40e434 (diff)
downloadgnunet-2e64c3f634ccfd05cbecc27a8bc4eea87354f156.tar.gz
gnunet-2e64c3f634ccfd05cbecc27a8bc4eea87354f156.zip
- tunnel is a boolean (int)
Diffstat (limited to 'src')
-rw-r--r--src/mesh/mesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/mesh.h b/src/mesh/mesh.h
index a12c0ccb9..a50f2205a 100644
--- a/src/mesh/mesh.h
+++ b/src/mesh/mesh.h
@@ -208,7 +208,7 @@ struct GNUNET_MESH_LocalInfoPeer
208 /** 208 /**
209 * Do we have a tunnel toward this peer? 209 * Do we have a tunnel toward this peer?
210 */ 210 */
211 uint16_t tunnel GNUNET_PACKED; 211 int16_t tunnel GNUNET_PACKED;
212 212
213 /** 213 /**
214 * ID of the destination of the tunnel (can be local peer). 214 * ID of the destination of the tunnel (can be local peer).