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 e5f303f5d..6e7007a45 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1034,6 +1034,11 @@ extern "C"
1034 */ 1034 */
1035#define GNUNET_MESSAGE_TYPE_ATS_RESET_BACKOFF 352 1035#define GNUNET_MESSAGE_TYPE_ATS_RESET_BACKOFF 352
1036 1036
1037/**
1038 * Type of the 'struct AddressUpdateMessage' sent by client to ATS
1039 * to add a new address
1040 */
1041#define GNUNET_MESSAGE_TYPE_ATS_ADDRESS_ADD 353
1037 1042
1038/******************************************************************************* 1043/*******************************************************************************
1039 * TRANSPORT message types 1044 * TRANSPORT message types