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, 5 insertions, 2 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 0251c57fe..7c63f60a3 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2646,8 +2646,11 @@ extern "C"
2646/** S->C: notify about an existing place */ 2646/** S->C: notify about an existing place */
2647#define GNUNET_MESSAGE_TYPE_SOCIAL_APP_PLACE 854 2647#define GNUNET_MESSAGE_TYPE_SOCIAL_APP_PLACE 854
2648 2648
2649/** S->C: */ 2649/** C->S: set message processing flags */
2650#define GNUNET_MESSAGE_TYPE_SOCIAL_HOST_RELAY 855 2650#define GNUNET_MESSAGE_TYPE_SOCIAL_MSG_PROC_SET 860
2651
2652/** C->S: clear message processing flags */
2653#define GNUNET_MESSAGE_TYPE_SOCIAL_MSG_PROC_CLEAR 860
2651 2654
2652/******************************************************************************* 2655/*******************************************************************************
2653 * X-VINE DHT messages 2656 * X-VINE DHT messages