aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_publish_ublock.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-27 12:40:59 +0000
committerChristian Grothoff <christian@grothoff.org>2015-07-27 12:40:59 +0000
commit573220ae48411059a9784f02431192827d3014f5 (patch)
treeab8a6dfb0f4cf8f250a40548333ecec585a37394 /src/fs/fs_publish_ublock.c
parentce5d695ed70148d23061a9f8891156fcc7c08514 (diff)
downloadgnunet-573220ae48411059a9784f02431192827d3014f5.tar.gz
gnunet-573220ae48411059a9784f02431192827d3014f5.zip
-doxygen, indentation
Diffstat (limited to 'src/fs/fs_publish_ublock.c')
-rw-r--r--src/fs/fs_publish_ublock.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/fs/fs_publish_ublock.c b/src/fs/fs_publish_ublock.c
index 0212b2e64..bf760fb3f 100644
--- a/src/fs/fs_publish_ublock.c
+++ b/src/fs/fs_publish_ublock.c
@@ -121,9 +121,9 @@ struct GNUNET_FS_PublishUblockContext
121 * Continuation of #GNUNET_FS_publish_ublock_(). 121 * Continuation of #GNUNET_FS_publish_ublock_().
122 * 122 *
123 * @param cls closure of type "struct GNUNET_FS_PublishUblockContext*" 123 * @param cls closure of type "struct GNUNET_FS_PublishUblockContext*"
124 * @param success GNUNET_SYSERR on failure (including timeout/queue drop) 124 * @param success #GNUNET_SYSERR on failure (including timeout/queue drop)
125 * GNUNET_NO if content was already there 125 * #GNUNET_NO if content was already there
126 * GNUNET_YES (or other positive value) on success 126 * #GNUNET_YES (or other positive value) on success
127 * @param min_expiration minimum expiration time required for 0-priority content to be stored 127 * @param min_expiration minimum expiration time required for 0-priority content to be stored
128 * by the datacache at this time, zero for unknown, forever if we have no 128 * by the datacache at this time, zero for unknown, forever if we have no
129 * space for 0-priority content 129 * space for 0-priority content
@@ -285,7 +285,9 @@ GNUNET_FS_publish_ublock_ (struct GNUNET_FS_Handle *h,
285 if (NULL != dsh) 285 if (NULL != dsh)
286 { 286 {
287 uc->qre = 287 uc->qre =
288 GNUNET_DATASTORE_put (dsh, 0, &query, 288 GNUNET_DATASTORE_put (dsh,
289 0,
290 &query,
289 ulen + slen + mdsize + sizeof (struct UBlock), 291 ulen + slen + mdsize + sizeof (struct UBlock),
290 ub_enc, 292 ub_enc,
291 GNUNET_BLOCK_TYPE_FS_UBLOCK, 293 GNUNET_BLOCK_TYPE_FS_UBLOCK,