aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-publish.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-08-30 13:46:28 +0000
committerChristian Grothoff <christian@grothoff.org>2009-08-30 13:46:28 +0000
commit5cf21b88fb81906c3da589495da11291d5c12d35 (patch)
treef573ce1a0d67926753ff2f3a24e15ee621bc3eb1 /src/fs/gnunet-publish.c
parentcabc8ba699f76cab751b97014d9375ec74612448 (diff)
downloadgnunet-5cf21b88fb81906c3da589495da11291d5c12d35.tar.gz
gnunet-5cf21b88fb81906c3da589495da11291d5c12d35.zip
kblocks
Diffstat (limited to 'src/fs/gnunet-publish.c')
-rw-r--r--src/fs/gnunet-publish.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/fs/gnunet-publish.c b/src/fs/gnunet-publish.c
index 7aac35146..b6b9199d0 100644
--- a/src/fs/gnunet-publish.c
+++ b/src/fs/gnunet-publish.c
@@ -26,7 +26,7 @@
26 * @author Igor Wronsky 26 * @author Igor Wronsky
27 * 27 *
28 * TODO: 28 * TODO:
29 * - support for some options is still missing (uri argument, simulate) 29 * - support for some options is still missing (uri argument)
30 * - progress callbacks not implemented (and need verbosity option) 30 * - progress callbacks not implemented (and need verbosity option)
31 * - clean shutdown is not implemented (stop ctx, etc.) 31 * - clean shutdown is not implemented (stop ctx, etc.)
32 */ 32 */
@@ -385,7 +385,10 @@ run (void *cls,
385 fi, 385 fi,
386 namespace, 386 namespace,
387 this_id, 387 this_id,
388 next_id); 388 next_id,
389 (do_simulate)
390 ? GNUNET_FS_PUBLISH_OPTION_SIMULATE_ONLY
391 : GNUNET_FS_PUBLISH_OPTION_NONE);
389} 392}
390 393
391 394