aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
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
parente8ce3f9912d4daed5d0d7359b38422aeebe20048 (diff)
downloadgnunet-91e7cad472a0ffa249a98d805594d44b66b9c87d.tar.gz
gnunet-91e7cad472a0ffa249a98d805594d44b66b9c87d.zip
adding docu
Diffstat (limited to 'src/namestore')
-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 6a8df6945..31adfabec 100644
--- a/src/namestore/gnunet-namestore.c
+++ b/src/namestore/gnunet-namestore.c
@@ -50,8 +50,14 @@ static struct GNUNET_CRYPTO_EcdsaPrivateKey zone_pkey;
50 */ 50 */
51static struct GNUNET_IDENTITY_EgoLookup *el; 51static struct GNUNET_IDENTITY_EgoLookup *el;
52 52
53/**
54 * Identity service handle
55 */
53static struct GNUNET_IDENTITY_Handle *idh; 56static struct GNUNET_IDENTITY_Handle *idh;
54 57
58/**
59 * Obtain default ego
60 */
55struct GNUNET_IDENTITY_Operation *get_default; 61struct GNUNET_IDENTITY_Operation *get_default;
56 62
57/** 63/**