From 8b6ec81b6bb0cb27845cb59ebc864041a250201d Mon Sep 17 00:00:00 2001 From: Gabor X Toth <*@tg-x.net> Date: Sat, 24 Sep 2016 00:38:39 +0000 Subject: social: switch to SERVICE API --- src/social/social.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/social/social.h') 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 @@ -72,11 +72,15 @@ struct AppDetachRequest */ struct GNUNET_CRYPTO_EddsaPublicKey place_pub_key; + /** + * Public key of ego. + */ + struct GNUNET_CRYPTO_EcdsaPublicKey ego_pub_key; + /** * Operation ID. */ uint64_t op_id GNUNET_PACKED; - }; -- cgit v1.2.3