X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fmesh%2Fmesh_enc.h;h=93a3a2e9e7dfaf3125b117f50567c21ec9a0e5dd;hb=056f559d916d785164f40e63ca56c153ea0e9ebe;hp=9351e4eb824126bffa45d3ca368b8dedef14aa1d;hpb=0369cca424b38a106f7fbd975c2d6789f0d4ef24;p=oweals%2Fgnunet.git diff --git a/src/mesh/mesh_enc.h b/src/mesh/mesh_enc.h index 9351e4eb8..93a3a2e9e 100644 --- a/src/mesh/mesh_enc.h +++ b/src/mesh/mesh_enc.h @@ -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 *