aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-11-07 15:33:53 +0000
committerBart Polot <bart@net.in.tum.de>2013-11-07 15:33:53 +0000
commit5e4d5baa9bb49dd2a0e9b15f0687b6609ceaa52e (patch)
tree9d710abf2941890a5c448cc0fa634d68b71a0dd4 /src/include/gnunet_protocols.h
parent2c8c933676b54d6479a6446209be93023e012b5d (diff)
downloadgnunet-5e4d5baa9bb49dd2a0e9b15f0687b6609ceaa52e.tar.gz
gnunet-5e4d5baa9bb49dd2a0e9b15f0687b6609ceaa52e.zip
- new message to fix #3091
Diffstat (limited to 'src/include/gnunet_protocols.h')
-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 1c3788880..851f28d86 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -899,6 +899,11 @@ extern "C"
899#define GNUNET_MESSAGE_TYPE_MESH_CHANNEL_ACK 275 899#define GNUNET_MESSAGE_TYPE_MESH_CHANNEL_ACK 275
900 900
901/** 901/**
902 * Reject the creation of a channel
903 */
904#define GNUNET_MESSAGE_TYPE_MESH_CHANNEL_NACK 276
905
906/**
902 * Encrypted data going forward. DEPRECATED 907 * Encrypted data going forward. DEPRECATED
903 */ 908 */
904#define GNUNET_MESSAGE_TYPE_MESH_FWD 280 909#define GNUNET_MESSAGE_TYPE_MESH_FWD 280