- doxygen
[oweals/gnunet.git] / src / mesh / mesh_enc.h
index 9351e4eb824126bffa45d3ca368b8dedef14aa1d..93a3a2e9e7dfaf3125b117f50567c21ec9a0e5dd 100644 (file)
@@ -135,9 +135,9 @@ struct GNUNET_MESH_LocalData
   struct GNUNET_MessageHeader header;
 
     /**
-     * TID of the channel
+     * ID of the channel
      */
-  uint32_t tid GNUNET_PACKED;
+  uint32_t id GNUNET_PACKED;
 
     /**
      * Payload follows
@@ -198,9 +198,7 @@ struct GNUNET_MESH_LocalMonitor
 
 GNUNET_NETWORK_STRUCT_END
 
-/******************************************************************************/
-/************************        ENUMERATIONS      ****************************/
-/******************************************************************************/
+
 
 /**
  * Check if one pid is bigger than other, accounting for overflow.
@@ -243,9 +241,9 @@ GMC_min_pid (uint32_t a, uint32_t b);
  * Generated with:
  * FIND:        "#define ([^ ]+)[ ]*([0-9]+)"
  * REPLACE:     "    case \2: return "\1"; break;"
- * 
+ *
  * @param m Message type.
- * 
+ *
  * @return Human readable string description.
  */
 const char *