aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_publish.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-05-30 18:33:38 +0000
committerChristian Grothoff <christian@grothoff.org>2013-05-30 18:33:38 +0000
commitddf8da52e94c520a93383edddfef3f537664a7c3 (patch)
tree9c884d67143b5d615dfd91f49fd8c2ecd65db7c0 /src/fs/fs_publish.c
parent2f90d42c880d86c2ebd272f7ae975401a92f2759 (diff)
downloadgnunet-ddf8da52e94c520a93383edddfef3f537664a7c3.tar.gz
gnunet-ddf8da52e94c520a93383edddfef3f537664a7c3.zip
-export FS handle during events, as we might generate events duing FS_start and client then doesn't know the handle yet
Diffstat (limited to 'src/fs/fs_publish.c')
-rw-r--r--src/fs/fs_publish.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/fs_publish.c b/src/fs/fs_publish.c
index 30ab1ee6f..041d4213c 100644
--- a/src/fs/fs_publish.c
+++ b/src/fs/fs_publish.c
@@ -64,6 +64,7 @@ GNUNET_FS_publish_make_status_ (struct GNUNET_FS_ProgressInfo *pi,
64 pi->value.publish.duration = 64 pi->value.publish.duration =
65 GNUNET_TIME_absolute_get_duration (p->start_time); 65 GNUNET_TIME_absolute_get_duration (p->start_time);
66 pi->value.publish.anonymity = p->bo.anonymity_level; 66 pi->value.publish.anonymity = p->bo.anonymity_level;
67 pi->fsh = pc->h;
67 return pc->h->upcb (pc->h->upcb_cls, pi); 68 return pc->h->upcb (pc->h->upcb_cls, pi);
68} 69}
69 70