aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-19 11:01:59 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-19 11:01:59 +0000
commit2c6cfe94b9e9043e71e14fd5e760065337a454cf (patch)
tree3fa320cd9f919c8c706cbc142537e457c5823c0e /src/include
parentefb6bbbe66d5620ed29951cfd1c7a2d8582f1640 (diff)
downloadgnunet-2c6cfe94b9e9043e71e14fd5e760065337a454cf.tar.gz
gnunet-2c6cfe94b9e9043e71e14fd5e760065337a454cf.zip
commit
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index dd655dd98..21dfdfdf8 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1149,6 +1149,15 @@ extern "C"
1149 */ 1149 */
1150#define GNUNET_MESSAGE_TYPE_ATS_ADDRESSLIST_RESPONSE 355 1150#define GNUNET_MESSAGE_TYPE_ATS_ADDRESSLIST_RESPONSE 355
1151 1151
1152/**
1153 * Type of the 'struct AddressListRequestMessage' sent by client to ATS
1154 * to request information about addresses
1155 */
1156#define GNUNET_MESSAGE_TYPE_ATS_MONITOR 356
1157
1158#define GNUNET_MESSAGE_TYPE_ATS_MONITOR_RESPONSE 357
1159
1160
1152/******************************************************************************* 1161/*******************************************************************************
1153 * TRANSPORT message types 1162 * TRANSPORT message types
1154 ******************************************************************************/ 1163 ******************************************************************************/