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 7ec3ceb70..5ae440349 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2616,6 +2616,10 @@ extern "C"
2616/** C->S->P: decision about an entry request */ 2616/** C->S->P: decision about an entry request */
2617#define GNUNET_MESSAGE_TYPE_SOCIAL_ENTRY_DECISION 846 2617#define GNUNET_MESSAGE_TYPE_SOCIAL_ENTRY_DECISION 846
2618 2618
2619/** C->S: listen for places */
2620#define GNUNET_MESSAGE_TYPE_SOCIAL_PLACE_LISTEN 850
2621
2622
2619/******************************************************************************* 2623/*******************************************************************************
2620 * X-VINE DHT messages 2624 * X-VINE DHT messages
2621 ******************************************************************************/ 2625 ******************************************************************************/