diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-05-30 18:33:38 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-05-30 18:33:38 +0000 |
commit | ddf8da52e94c520a93383edddfef3f537664a7c3 (patch) | |
tree | 9c884d67143b5d615dfd91f49fd8c2ecd65db7c0 /src/fs/fs_unindex.c | |
parent | 2f90d42c880d86c2ebd272f7ae975401a92f2759 (diff) |
-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_unindex.c b/src/fs/fs_unindex.c index 365698c4f8..132109c59f 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, pi->value.unindex.duration = GNUNET_TIME_absolute_get_duration (uc->start_time); pi->value.unindex.completed = offset; + pi->fsh = uc->h; uc->client_info = uc->h->upcb (uc->h->upcb_cls, pi); - } |