aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-06-14 12:50:27 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-06-14 12:50:27 +0000
commitc18fcd88d8897d0645900a1b6f527232d0153f88 (patch)
tree445441c0ac27a28e747757d7d347c8f44e1df72f /src/include/gnunet_protocols.h
parent21f92c1b07d8361c270fa08f9f41d78a3e8e18b3 (diff)
downloadgnunet-c18fcd88d8897d0645900a1b6f527232d0153f88.tar.gz
gnunet-c18fcd88d8897d0645900a1b6f527232d0153f88.zip
- adding GNUNET_ATS_address_add functionality .. no changes to scheduling API yet
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