diff options
author | Thomas White <taw@physics.org> | 2022-05-06 12:03:05 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2022-06-02 12:15:38 +0200 |
commit | b3310d6e91010c7b839c3bf599e866877746462d (patch) | |
tree | 45a2a56ef0cb767427b48639a64a6b037b727ef5 /src | |
parent | 27d4992f755279a2240059c9cd67f737af0481a2 (diff) |
ASAP::O: Add last_task for ASAPO fetch
Diffstat (limited to 'src')
-rw-r--r-- | src/im-sandbox.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/im-sandbox.c b/src/im-sandbox.c index 4337e4a2..83d2f043 100644 --- a/src/im-sandbox.c +++ b/src/im-sandbox.c @@ -485,6 +485,7 @@ static int run_work(const struct index_args *iargs, Stream *st, int finished = 0; profile_start("asapo-fetch"); + set_last_task(sb->shared->last_task[cookie], "ASAPO fetch"); pargs.asapo_data = im_asapo_fetch(asapostuff, &pargs.asapo_data_size, &pargs.asapo_meta, |