aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-07-25 09:59:07 +0000
committerBart Polot <bart@net.in.tum.de>2013-07-25 09:59:07 +0000
commit0369cca424b38a106f7fbd975c2d6789f0d4ef24 (patch)
tree1f244eae744da307c27cebc97ea79a44e341df8b
parenta882fb8bfcc5eaa5e545a2d75ad2c7a72df42166 (diff)
downloadgnunet-0369cca424b38a106f7fbd975c2d6789f0d4ef24.tar.gz
gnunet-0369cca424b38a106f7fbd975c2d6789f0d4ef24.zip
- remove duplciate enum
-rw-r--r--src/mesh/mesh_enc.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/mesh/mesh_enc.h b/src/mesh/mesh_enc.h
index 8b4fe8130..9351e4eb8 100644
--- a/src/mesh/mesh_enc.h
+++ b/src/mesh/mesh_enc.h
@@ -203,38 +203,6 @@ GNUNET_NETWORK_STRUCT_END
203/******************************************************************************/ 203/******************************************************************************/
204 204
205/** 205/**
206 * All the states a channel can be in.
207 */
208enum MeshChannelState
209{
210 /**
211 * Uninitialized status, should never appear in operation.
212 */
213 MESH_TUNNEL_NEW,
214
215 /**
216 * Path to the peer not known yet
217 */
218 MESH_TUNNEL_SEARCHING,
219
220 /**
221 * Request sent, not yet answered.
222 */
223 MESH_TUNNEL_WAITING,
224
225 /**
226 * Peer connected and ready to accept data
227 */
228 MESH_TUNNEL_READY,
229
230 /**
231 * Peer connected previosly but not responding
232 */
233 MESH_TUNNEL_RECONNECTING
234};
235
236
237/**
238 * Check if one pid is bigger than other, accounting for overflow. 206 * Check if one pid is bigger than other, accounting for overflow.
239 * 207 *
240 * @param bigger Argument that should be bigger. 208 * @param bigger Argument that should be bigger.