summaryrefslogtreecommitdiff
path: root/src/social/social.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-01-06 12:28:47 +0000
committerGabor X Toth <*@tg-x.net>2016-01-06 12:28:47 +0000
commit80d2de6cdc4d253c7fbc6a4bc067d856aab9cca9 (patch)
tree86e33af618c53b82afd0cb4855d7da595fcd5acd /src/social/social.h
parent7d1dfe26d99376a341bb150eb89ba717bb883077 (diff)
downloadgnunet-80d2de6cdc4d253c7fbc6a4bc067d856aab9cca9.tar.gz
gnunet-80d2de6cdc4d253c7fbc6a4bc067d856aab9cca9.zip
psyc/social: local join flag; social service: leave place, save _file
Diffstat (limited to 'src/social/social.h')
-rw-r--r--src/social/social.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/social/social.h b/src/social/social.h
index 651338c51..b797a89ac 100644
--- a/src/social/social.h
+++ b/src/social/social.h
@@ -114,6 +114,8 @@ struct GuestEnterRequest
114 114
115 struct GNUNET_PeerIdentity origin; 115 struct GNUNET_PeerIdentity origin;
116 116
117 uint32_t flags GNUNET_PACKED;
118
117 /* Followed by char *app_id */ 119 /* Followed by char *app_id */
118 /* Followed by struct GNUNET_PeerIdentity relays[relay_count] */ 120 /* Followed by struct GNUNET_PeerIdentity relays[relay_count] */
119 /* Followed by struct GNUNET_MessageHeader *join_msg */ 121 /* Followed by struct GNUNET_MessageHeader *join_msg */
@@ -236,6 +238,8 @@ struct AppPlaceMessage
236 struct GNUNET_CRYPTO_EddsaPublicKey place_pub_key; 238 struct GNUNET_CRYPTO_EddsaPublicKey place_pub_key;
237 239
238 uint8_t is_host; 240 uint8_t is_host;
241
242 uint8_t place_state;
239}; 243};
240 244
241 245