X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fmesh%2Fmesh_enc.h;h=93a3a2e9e7dfaf3125b117f50567c21ec9a0e5dd;hb=056f559d916d785164f40e63ca56c153ea0e9ebe;hp=f8db74c7e7f1448b7a6e50273ecf987016a8132a;hpb=706e1c5028be22c4e575ce72c29c5815d916a6ae;p=oweals%2Fgnunet.git diff --git a/src/mesh/mesh_enc.h b/src/mesh/mesh_enc.h index f8db74c7e..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 @@ -241,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 *