From: Bart Polot Date: Thu, 25 Jul 2013 09:59:07 +0000 (+0000) Subject: - remove duplciate enum X-Git-Tag: initial-import-from-subversion-38251~8072 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0369cca424b38a106f7fbd975c2d6789f0d4ef24;p=oweals%2Fgnunet.git - remove duplciate enum --- 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 @@ -202,38 +202,6 @@ GNUNET_NETWORK_STRUCT_END /************************ ENUMERATIONS ****************************/ /******************************************************************************/ -/** - * All the states a channel can be in. - */ -enum MeshChannelState -{ - /** - * Uninitialized status, should never appear in operation. - */ - MESH_TUNNEL_NEW, - - /** - * Path to the peer not known yet - */ - MESH_TUNNEL_SEARCHING, - - /** - * Request sent, not yet answered. - */ - MESH_TUNNEL_WAITING, - - /** - * Peer connected and ready to accept data - */ - MESH_TUNNEL_READY, - - /** - * Peer connected previosly but not responding - */ - MESH_TUNNEL_RECONNECTING -}; - - /** * Check if one pid is bigger than other, accounting for overflow. *