aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-namestore.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-12-06 14:08:09 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-12-06 14:08:09 +0000
commit91e7cad472a0ffa249a98d805594d44b66b9c87d (patch)
treeb8829ca4fc83f5acdbf064c128a5c6f8f051f160 /src/namestore/gnunet-namestore.c
parente8ce3f9912d4daed5d0d7359b38422aeebe20048 (diff)
adding docu
Diffstat (limited to 'src/namestore/gnunet-namestore.c')
-rw-r--r--src/namestore/gnunet-namestore.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/namestore/gnunet-namestore.c b/src/namestore/gnunet-namestore.c
index 6a8df69450..31adfabec9 100644
--- a/src/namestore/gnunet-namestore.c
+++ b/src/namestore/gnunet-namestore.c
@@ -50,8 +50,14 @@ static struct GNUNET_CRYPTO_EcdsaPrivateKey zone_pkey;
*/
static struct GNUNET_IDENTITY_EgoLookup *el;
+/**
+ * Identity service handle
+ */
static struct GNUNET_IDENTITY_Handle *idh;
+/**
+ * Obtain default ego
+ */
struct GNUNET_IDENTITY_Operation *get_default;
/**