aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/gnunet_protocols.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 1b887faf3..8853e4fc9 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -880,6 +880,11 @@ extern "C"
880#define GNUNET_MESSAGE_TYPE_MESH_LOCAL_TUNNEL_DESTROY 274 880#define GNUNET_MESSAGE_TYPE_MESH_LOCAL_TUNNEL_DESTROY 274
881 881
882/** 882/**
883 * Confirm the creation of a channel
884 */
885#define GNUNET_MESSAGE_TYPE_MESH_CHANNEL_ACK 275
886
887/**
883 * Encrypted data going forward. 888 * Encrypted data going forward.
884 */ 889 */
885#define GNUNET_MESSAGE_TYPE_MESH_FWD 280 890#define GNUNET_MESSAGE_TYPE_MESH_FWD 280