aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
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 8593005d7..a8d716b3f 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -3125,6 +3125,11 @@ extern "C"
3125#define GNUNET_MESSAGE_TYPE_TRANSPORT_DV_BOX 1219 3125#define GNUNET_MESSAGE_TYPE_TRANSPORT_DV_BOX 1219
3126 3126
3127/** 3127/**
3128 * Transport affirming receipt of an ephemeral key.
3129 */
3130#define GNUNET_MESSAGE_TYPE_TRANSPORT_EPHEMERAL_CONFIRMATION 1220
3131
3132/**
3128 * Message sent to indicate to the transport that a monitor 3133 * Message sent to indicate to the transport that a monitor
3129 * wants to observe certain events. 3134 * wants to observe certain events.
3130 */ 3135 */