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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index e9eee668a..5f54cddec 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -697,6 +697,13 @@ extern "C"
697#define GNUNET_MESSAGE_TYPE_WLAN_FRAGMENT 199 697#define GNUNET_MESSAGE_TYPE_WLAN_FRAGMENT 199
698 698
699/** 699/**
700 * Fragment ack of a message
701 */
702
703#define GNUNET_MESSAGE_TYPE_WLAN_FRAGMENT_ACK 200
704
705
706/**
700 * Type of messages to query the local service-dns 707 * Type of messages to query the local service-dns
701 */ 708 */
702#define GNUNET_MESSAGE_TYPE_LOCAL_QUERY_DNS 205 709#define GNUNET_MESSAGE_TYPE_LOCAL_QUERY_DNS 205