aboutsummaryrefslogtreecommitdiff
path: root/src/social/social.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-09-24 00:38:39 +0000
committerGabor X Toth <*@tg-x.net>2016-09-24 00:38:39 +0000
commit8b6ec81b6bb0cb27845cb59ebc864041a250201d (patch)
tree15e098a97e18785626ea4c432b952c8e01ae9cc6 /src/social/social.h
parent238594c75922318bbe5b8b8ee62920bc3fd06d95 (diff)
downloadgnunet-8b6ec81b6bb0cb27845cb59ebc864041a250201d.tar.gz
gnunet-8b6ec81b6bb0cb27845cb59ebc864041a250201d.zip
social: switch to SERVICE API
Diffstat (limited to 'src/social/social.h')
-rw-r--r--src/social/social.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/social/social.h b/src/social/social.h
index 3e32a4464..751ad186c 100644
--- a/src/social/social.h
+++ b/src/social/social.h
@@ -73,10 +73,14 @@ struct AppDetachRequest
73 struct GNUNET_CRYPTO_EddsaPublicKey place_pub_key; 73 struct GNUNET_CRYPTO_EddsaPublicKey place_pub_key;
74 74
75 /** 75 /**
76 * Public key of ego.
77 */
78 struct GNUNET_CRYPTO_EcdsaPublicKey ego_pub_key;
79
80 /**
76 * Operation ID. 81 * Operation ID.
77 */ 82 */
78 uint64_t op_id GNUNET_PACKED; 83 uint64_t op_id GNUNET_PACKED;
79
80}; 84};
81 85
82 86