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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 761cb5a93..fd52939f5 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1084,6 +1084,10 @@ extern "C"
1084 */ 1084 */
1085#define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_KEEPALIVE 381 1085#define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_KEEPALIVE 381
1086 1086
1087/**
1088 * Message send by a peer to notify the other to keep the session alive.
1089 */
1090#define GNUNET_MESSAGE_TYPE_TRANSPORT_BROADCAST_BEACON 382
1087 1091
1088 1092
1089/** 1093/**