gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r28315 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r28315 - gnunet/src/mesh
Date: Thu, 25 Jul 2013 11:59:07 +0200

Author: bartpolot
Date: 2013-07-25 11:59:07 +0200 (Thu, 25 Jul 2013)
New Revision: 28315

Modified:
   gnunet/src/mesh/mesh_enc.h
Log:
- remove duplciate enum



Modified: gnunet/src/mesh/mesh_enc.h
===================================================================
--- gnunet/src/mesh/mesh_enc.h  2013-07-24 15:50:43 UTC (rev 28314)
+++ gnunet/src/mesh/mesh_enc.h  2013-07-25 09:59:07 UTC (rev 28315)
@@ -203,38 +203,6 @@
 
/******************************************************************************/
 
 /**
- * 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.
  *
  * @param bigger Argument that should be bigger.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]