aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_unindex.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_unindex.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_unindex.c')
-rw-r--r--src/fs/fs_unindex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_unindex.c b/src/fs/fs_unindex.c
index 365698c4f..132109c59 100644
--- a/src/fs/fs_unindex.c
+++ b/src/fs/fs_unindex.c
@@ -89,8 +89,8 @@ GNUNET_FS_unindex_make_status_ (struct GNUNET_FS_ProgressInfo *pi,
89 pi->value.unindex.duration = 89 pi->value.unindex.duration =
90 GNUNET_TIME_absolute_get_duration (uc->start_time); 90 GNUNET_TIME_absolute_get_duration (uc->start_time);
91 pi->value.unindex.completed = offset; 91 pi->value.unindex.completed = offset;
92 pi->fsh = uc->h;
92 uc->client_info = uc->h->upcb (uc->h->upcb_cls, pi); 93 uc->client_info = uc->h->upcb (uc->h->upcb_cls, pi);
93
94} 94}
95 95
96 96