[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r36176 - gnunet/src/include
From: |
gnunet |
Subject: |
[GNUnet-SVN] r36176 - gnunet/src/include |
Date: |
Mon, 3 Aug 2015 11:30:12 +0200 |
Author: grothoff
Date: 2015-08-03 11:30:12 +0200 (Mon, 03 Aug 2015)
New Revision: 36176
Modified:
gnunet/src/include/gnunet_datastore_service.h
Log:
-fix indentation
Modified: gnunet/src/include/gnunet_datastore_service.h
===================================================================
--- gnunet/src/include/gnunet_datastore_service.h 2015-08-03 09:29:49 UTC
(rev 36175)
+++ gnunet/src/include/gnunet_datastore_service.h 2015-08-03 09:30:12 UTC
(rev 36176)
@@ -92,10 +92,11 @@
* space for 0-priority content
* @param msg NULL on success, otherwise an error message
*/
-typedef void (*GNUNET_DATASTORE_ContinuationWithStatus) (void *cls,
- int32_t success,
- struct
GNUNET_TIME_Absolute min_expiration,
- const char *msg);
+typedef void
+(*GNUNET_DATASTORE_ContinuationWithStatus) (void *cls,
+ int32_t success,
+ struct GNUNET_TIME_Absolute
min_expiration,
+ const char *msg);
/**
@@ -148,13 +149,18 @@
* (or rather, will already have been invoked)
*/
struct GNUNET_DATASTORE_QueueEntry *
-GNUNET_DATASTORE_put (struct GNUNET_DATASTORE_Handle *h, uint32_t rid,
- const struct GNUNET_HashCode *key, size_t size,
- const void *data, enum GNUNET_BLOCK_Type type,
- uint32_t priority, uint32_t anonymity,
+GNUNET_DATASTORE_put (struct GNUNET_DATASTORE_Handle *h,
+ uint32_t rid,
+ const struct GNUNET_HashCode *key,
+ size_t size,
+ const void *data,
+ enum GNUNET_BLOCK_Type type,
+ uint32_t priority,
+ uint32_t anonymity,
uint32_t replication,
struct GNUNET_TIME_Absolute expiration,
- unsigned int queue_priority, unsigned int max_queue_size,
+ unsigned int queue_priority,
+ unsigned int max_queue_size,
struct GNUNET_TIME_Relative timeout,
GNUNET_DATASTORE_ContinuationWithStatus cont,
void *cont_cls);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r36176 - gnunet/src/include,
gnunet <=