gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r30456 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r30456 - gnunet/src/include
Date: Tue, 29 Oct 2013 15:51:17 +0100

Author: wachs
Date: 2013-10-29 15:51:17 +0100 (Tue, 29 Oct 2013)
New Revision: 30456

Modified:
   gnunet/src/include/gnunet_namestore_plugin.h
Log:
fixed


Modified: gnunet/src/include/gnunet_namestore_plugin.h
===================================================================
--- gnunet/src/include/gnunet_namestore_plugin.h        2013-10-29 12:35:25 UTC 
(rev 30455)
+++ gnunet/src/include/gnunet_namestore_plugin.h        2013-10-29 14:51:17 UTC 
(rev 30456)
@@ -82,7 +82,23 @@
                        unsigned int rd_count,
                        const struct GNUNET_GNSRECORD_Data *rd);
 
+  /**
+   * Lookup records in the datastore for which we are the authority.
+   *
+   * @param cls closure (internal context for the plugin)
+   * @param zone private key of the zone
+   * @param label name of the record in the zone
+   * @param iter function to call with the result
+   * @param iter_cls closure for @a iter
+   * @return #GNUNET_OK on success, else #GNUNET_SYSERR
+   */
+  int (*lookup_records) (void *cls,
+                        const struct GNUNET_CRYPTO_EcdsaPrivateKey *zone,
+                        const char *label,
+                        GNUNET_NAMESTORE_RecordIterator iter, void *iter_cls);
 
+
+
   /**
    * Iterate over the results for a particular zone in the
    * datastore.  Will return at most one result to the iterator.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]