aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_publish.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_publish.c')
-rw-r--r--src/fs/fs_publish.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fs/fs_publish.c b/src/fs/fs_publish.c
index be2994176..aa7f794be 100644
--- a/src/fs/fs_publish.c
+++ b/src/fs/fs_publish.c
@@ -483,6 +483,7 @@ block_proc (void *cls,
483 p->priority, 483 p->priority,
484 p->anonymity, 484 p->anonymity,
485 p->expirationTime, 485 p->expirationTime,
486 -2, 1,
486 GNUNET_CONSTANTS_SERVICE_TIMEOUT, 487 GNUNET_CONSTANTS_SERVICE_TIMEOUT,
487 &ds_put_cont, 488 &ds_put_cont,
488 dpc_cls); 489 dpc_cls);
@@ -504,6 +505,7 @@ block_proc (void *cls,
504 p->priority, 505 p->priority,
505 p->anonymity, 506 p->anonymity,
506 p->expirationTime, 507 p->expirationTime,
508 -2, 1,
507 GNUNET_CONSTANTS_SERVICE_TIMEOUT, 509 GNUNET_CONSTANTS_SERVICE_TIMEOUT,
508 &ds_put_cont, 510 &ds_put_cont,
509 dpc_cls); 511 dpc_cls);
@@ -1354,6 +1356,7 @@ publish_ksk_cont (void *cls,
1354 pkc->priority, 1356 pkc->priority,
1355 pkc->anonymity, 1357 pkc->anonymity,
1356 pkc->expirationTime, 1358 pkc->expirationTime,
1359 -2, 1,
1357 GNUNET_CONSTANTS_SERVICE_TIMEOUT, 1360 GNUNET_CONSTANTS_SERVICE_TIMEOUT,
1358 &kb_put_cont, 1361 &kb_put_cont,
1359 pkc); 1362 pkc);
@@ -1667,6 +1670,7 @@ GNUNET_FS_publish_sks (struct GNUNET_FS_Handle *h,
1667 priority, 1670 priority,
1668 anonymity, 1671 anonymity,
1669 expirationTime, 1672 expirationTime,
1673 -2, 1,
1670 GNUNET_CONSTANTS_SERVICE_TIMEOUT, 1674 GNUNET_CONSTANTS_SERVICE_TIMEOUT,
1671 &sb_put_cont, 1675 &sb_put_cont,
1672 psc); 1676 psc);