aboutsummaryrefslogtreecommitdiff
path: root/src/social/social.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/social/social.h')
-rw-r--r--src/social/social.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/social/social.h b/src/social/social.h
index 0980cbf5c..d24515309 100644
--- a/src/social/social.h
+++ b/src/social/social.h
@@ -80,16 +80,19 @@ struct AppDetachRequest
80}; 80};
81 81
82 82
83struct HostRelayRequest 83struct MsgProcRequest
84{ 84{
85 /** 85 /**
86 * Types: 86 * Type: GNUNET_MESSAGE_TYPE_SOCIAL_MSG_PROC_SET
87 * - GNUNET_MESSAGE_TYPE_SOCIAL_HOST_RELAY_START
88 * - GNUNET_MESSAGE_TYPE_SOCIAL_HOST_RELAY_STOP
89 */ 87 */
90 struct GNUNET_MessageHeader header; 88 struct GNUNET_MessageHeader header;
91 89
92 /* Followed by char *method_name */ 90 /**
91 * @see enum GNUNET_SOCIAL_MsgProcFlags
92 */
93 uint32_t flags;
94
95 /* Followed by char *method_prefix */
93}; 96};
94 97
95 98