aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-08 14:40:01 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-08 14:40:01 +0100
commit6dc4bacb0197e96d5d9c6e5f881a104ab054a1f0 (patch)
tree9050589ac3ba2731f3d8dd1d8456b2e78794aeef /src/include/gnunet_protocols.h
parent304bfc5d18d5613a38b5d927925dbfa00adfc82a (diff)
downloadgnunet-6dc4bacb0197e96d5d9c6e5f881a104ab054a1f0.tar.gz
gnunet-6dc4bacb0197e96d5d9c6e5f881a104ab054a1f0.zip
send NEW_COMMUNICATOR message on startup
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 16105d5a8..fbdee5415 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -3070,6 +3070,11 @@ extern "C"
3070 */ 3070 */
3071#define GNUNET_MESSAGE_TYPE_TRANSPORT_SEND_MSG_ACK 1210 3071#define GNUNET_MESSAGE_TYPE_TRANSPORT_SEND_MSG_ACK 1210
3072 3072
3073/**
3074 * Message sent to indicate to the transport which address
3075 * prefix is supported by a communicator.
3076 */
3077#define GNUNET_MESSAGE_TYPE_TRANSPORT_NEW_COMMUNICATOR 1211
3073 3078
3074/** 3079/**
3075 * Next available: 1300 3080 * Next available: 1300