aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-01-15 22:12:29 +0000
committerGabor X Toth <*@tg-x.net>2016-01-15 22:12:29 +0000
commit377e7340cce5136867734fb19e89a5fc51ac0c99 (patch)
tree8dbf1f5ccec45b91367c32b67a031a7a73a4ab2d /src/include/gnunet_protocols.h
parent61e8794662ce2fc6ca669906822840a3743b4b78 (diff)
downloadgnunet-377e7340cce5136867734fb19e89a5fc51ac0c99.tar.gz
gnunet-377e7340cce5136867734fb19e89a5fc51ac0c99.zip
social: set/clear msg proc flags
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