gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r20702 - gnunet/src/datastore


From: gnunet
Subject: [GNUnet-SVN] r20702 - gnunet/src/datastore
Date: Fri, 23 Mar 2012 09:26:00 +0100

Author: grothoff
Date: 2012-03-23 09:26:00 +0100 (Fri, 23 Mar 2012)
New Revision: 20702

Modified:
   gnunet/src/datastore/plugin_datastore_postgres.c
Log:
-doxygen

Modified: gnunet/src/datastore/plugin_datastore_postgres.c
===================================================================
--- gnunet/src/datastore/plugin_datastore_postgres.c    2012-03-23 08:22:52 UTC 
(rev 20701)
+++ gnunet/src/datastore/plugin_datastore_postgres.c    2012-03-23 08:26:00 UTC 
(rev 20702)
@@ -253,7 +253,7 @@
 /**
  * Store an item in the datastore.
  *
- * @param cls closure
+ * @param cls closure with the 'struct Plugin' 
  * @param key key for the item
  * @param size number of bytes in data
  * @param data content stored
@@ -436,7 +436,7 @@
  * Iterate over the results for a particular key
  * in the datastore.
  *
- * @param cls closure
+ * @param cls closure with the 'struct Plugin'
  * @param offset offset of the result (modulo num-results);
  *        specific ordering does not matter for the offset
  * @param key maybe NULL (to match all entries)
@@ -622,7 +622,7 @@
  * Decrements the replication counter and calls the original
  * iterator.
  *
- * @param cls closure
+ * @param cls closure with the 'struct ReplCtx*'
  * @param key key for the content
  * @param size number of bytes in data
  * @param data content stored
@@ -681,7 +681,7 @@
  * replication counter is decremented by one IF it was positive before.
  * Call 'proc' with all values ZERO or NULL if the datastore is empty.
  *
- * @param cls closure
+ * @param cls closure with the 'struct Plugin'
  * @param proc function to call the value (once only).
  * @param proc_cls closure for proc
  */
@@ -707,7 +707,7 @@
  * Get a random item for expiration.
  * Call 'proc' with all values ZERO or NULL if the datastore is empty.
  *
- * @param cls closure
+ * @param cls closure with the 'struct Plugin'
  * @param proc function to call the value (once only).
  * @param proc_cls closure for proc
  */
@@ -790,7 +790,7 @@
 /**
  * Get all of the keys in the datastore.
  *
- * @param cls closure
+ * @param cls closure with the 'struct Plugin'
  * @param proc function to call on each key
  * @param proc_cls closure for proc
  */
@@ -822,6 +822,8 @@
 
 /**
  * Drop database.
+ *
+ * @param cls closure with the 'struct Plugin'
  */
 static void
 postgres_plugin_drop (void *cls)




reply via email to

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