gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r32089 - gnunet/src/mesh
Date: Thu, 30 Jan 2014 03:11:23 +0100

Author: bartpolot
Date: 2014-01-30 03:11:23 +0100 (Thu, 30 Jan 2014)
New Revision: 32089

Modified:
   gnunet/src/mesh/mesh.h
Log:
- tunnel is a boolean (int)

Modified: gnunet/src/mesh/mesh.h
===================================================================
--- gnunet/src/mesh/mesh.h      2014-01-30 02:11:21 UTC (rev 32088)
+++ gnunet/src/mesh/mesh.h      2014-01-30 02:11:23 UTC (rev 32089)
@@ -208,7 +208,7 @@
   /**
    * Do we have a tunnel toward this peer?
    */
-  uint16_t tunnel GNUNET_PACKED;
+  int16_t tunnel GNUNET_PACKED;
 
   /**
    * ID of the destination of the tunnel (can be local peer).




reply via email to

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