gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: Forgot to remove decl for G


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: Forgot to remove decl for GNUNET_DATASTORE_update
Date: Sun, 12 Mar 2017 22:13:44 +0100

This is an automated email from the git hooks/post-receive script.

david-barksdale pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new ac837930d Forgot to remove decl for GNUNET_DATASTORE_update
ac837930d is described below

commit ac837930d961e9001df6167c793c844dcf6f6584
Author: David Barksdale <address@hidden>
AuthorDate: Sun Mar 12 16:12:02 2017 -0500

    Forgot to remove decl for GNUNET_DATASTORE_update
---
 src/include/gnunet_datastore_service.h | 27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/src/include/gnunet_datastore_service.h 
b/src/include/gnunet_datastore_service.h
index f594d8fa6..233598667 100644
--- a/src/include/gnunet_datastore_service.h
+++ b/src/include/gnunet_datastore_service.h
@@ -201,33 +201,6 @@ GNUNET_DATASTORE_release_reserve (struct 
GNUNET_DATASTORE_Handle *h,
 
 
 /**
- * Update a value in the datastore.
- *
- * @param h handle to the datastore
- * @param uid identifier for the value
- * @param priority how much to increase the priority of the value
- * @param expiration new expiration value should be MAX of existing and this 
argument
- * @param queue_priority ranking of this request in the priority queue
- * @param max_queue_size at what queue size should this request be dropped
- *        (if other requests of higher priority are in the queue)
- * @param cont continuation to call when done
- * @param cont_cls closure for @a cont
- * @return NULL if the entry was not queued, otherwise a handle that can be 
used to
- *         cancel; note that even if NULL is returned, the callback will be 
invoked
- *         (or rather, will already have been invoked)
- */
-struct GNUNET_DATASTORE_QueueEntry *
-GNUNET_DATASTORE_update (struct GNUNET_DATASTORE_Handle *h,
-                         uint64_t uid,
-                         uint32_t priority,
-                         struct GNUNET_TIME_Absolute expiration,
-                         unsigned int queue_priority,
-                         unsigned int max_queue_size,
-                         GNUNET_DATASTORE_ContinuationWithStatus cont,
-                         void *cont_cls);
-
-
-/**
  * Explicitly remove some content from the database.  @a cont will be
  * called with status #GNUNET_OK if content was removed, #GNUNET_NO if
  * no matching entry was found and #GNUNET_SYSERR on all other types

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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