aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_protocol.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-06-15 11:28:47 +0000
committerBart Polot <bart@net.in.tum.de>2011-06-15 11:28:47 +0000
commit6fe56d071a601aa102d1a0b833bad71a0ef84883 (patch)
tree7b62960d7dbcc758dbd9705add25e6c02fde8143 /src/mesh/mesh_protocol.h
parent90dcbc87096e698b5cd210b5067cabd76f32b4c4 (diff)
downloadgnunet-6fe56d071a601aa102d1a0b833bad71a0ef84883.tar.gz
gnunet-6fe56d071a601aa102d1a0b833bad71a0ef84883.zip
Changed PeerInfo / Path structure
Diffstat (limited to 'src/mesh/mesh_protocol.h')
-rw-r--r--src/mesh/mesh_protocol.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mesh/mesh_protocol.h b/src/mesh/mesh_protocol.h
index 01a44b58b..dcffdac96 100644
--- a/src/mesh/mesh_protocol.h
+++ b/src/mesh/mesh_protocol.h
@@ -58,17 +58,6 @@ struct GNUNET_MESH_ManipulatePath
58 uint32_t tid GNUNET_PACKED; 58 uint32_t tid GNUNET_PACKED;
59 59
60 /** 60 /**
61 * Information about speed requirements. If the tunnel cannot sustain the
62 * minimum bandwidth, packets are to be dropped.
63 */
64 uint32_t speed_min GNUNET_PACKED;
65
66 /**
67 * 64-bit alignment.
68 */
69 uint32_t reserved GNUNET_PACKED;
70
71 /**
72 * path_length structs defining the *whole* path from the origin [0] to the 61 * path_length structs defining the *whole* path from the origin [0] to the
73 * final destination [path_length-1]. 62 * final destination [path_length-1].
74 */ 63 */