diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-07-27 12:40:59 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-07-27 12:40:59 +0000 |
commit | 573220ae48411059a9784f02431192827d3014f5 (patch) | |
tree | ab8a6dfb0f4cf8f250a40548333ecec585a37394 /src/fs/fs_publish_ublock.c | |
parent | ce5d695ed70148d23061a9f8891156fcc7c08514 (diff) |
-doxygen, indentation
Diffstat (limited to 'src/fs/fs_publish_ublock.c')
-rw-r--r-- | src/fs/fs_publish_ublock.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/fs/fs_publish_ublock.c b/src/fs/fs_publish_ublock.c index 0212b2e64f..bf760fb3f1 100644 --- a/src/fs/fs_publish_ublock.c +++ b/src/fs/fs_publish_ublock.c @@ -121,9 +121,9 @@ struct GNUNET_FS_PublishUblockContext * Continuation of #GNUNET_FS_publish_ublock_(). * * @param cls closure of type "struct GNUNET_FS_PublishUblockContext*" - * @param success GNUNET_SYSERR on failure (including timeout/queue drop) - * GNUNET_NO if content was already there - * GNUNET_YES (or other positive value) on success + * @param success #GNUNET_SYSERR on failure (including timeout/queue drop) + * #GNUNET_NO if content was already there + * #GNUNET_YES (or other positive value) on success * @param min_expiration minimum expiration time required for 0-priority content to be stored * by the datacache at this time, zero for unknown, forever if we have no * space for 0-priority content @@ -285,7 +285,9 @@ GNUNET_FS_publish_ublock_ (struct GNUNET_FS_Handle *h, if (NULL != dsh) { uc->qre = - GNUNET_DATASTORE_put (dsh, 0, &query, + GNUNET_DATASTORE_put (dsh, + 0, + &query, ulen + slen + mdsize + sizeof (struct UBlock), ub_enc, GNUNET_BLOCK_TYPE_FS_UBLOCK, |