aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-04-07 15:18:48 +0000
committerBart Polot <bart@net.in.tum.de>2011-04-07 15:18:48 +0000
commit47afb3b4c553e503e0fed668c9d9f31c43518410 (patch)
tree9764318fd8bc21e96a873cab8503aa9a07f8ce06 /src/mesh/gnunet-service-mesh.c
parentf43a092ddd82985e23d9277dbb5df400dc49491e (diff)
downloadgnunet-47afb3b4c553e503e0fed668c9d9f31c43518410.tar.gz
gnunet-47afb3b4c553e503e0fed668c9d9f31c43518410.zip
Work in progress, fix compile error
Diffstat (limited to 'src/mesh/gnunet-service-mesh.c')
-rw-r--r--src/mesh/gnunet-service-mesh.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c
index e927d2737..145807338 100644
--- a/src/mesh/gnunet-service-mesh.c
+++ b/src/mesh/gnunet-service-mesh.c
@@ -255,6 +255,7 @@ struct PeerInfo
255 uint32_t max_speed; 255 uint32_t max_speed;
256}; 256};
257 257
258
258typedef uint32_t MESH_PathID; 259typedef uint32_t MESH_PathID;
259/** 260/**
260 * Information regarding a path 261 * Information regarding a path
@@ -277,7 +278,7 @@ struct Path
277 GNUNET_PEER_Id *peers; 278 GNUNET_PEER_Id *peers;
278}; 279};
279 280
280typedef uint32_t MESH_TunnelID; 281
281/** 282/**
282 * Struct containing all information regarding a tunnel 283 * Struct containing all information regarding a tunnel
283 * For an intermediate node the improtant info used will be: 284 * For an intermediate node the improtant info used will be: