aboutsummaryrefslogtreecommitdiff
path: root/src/im-sandbox.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-04-12 17:12:48 +0200
committerThomas White <taw@physics.org>2023-06-01 15:31:50 +0200
commit6730fa1c86654ccf84b4ad694f74cc1564cd2cee (patch)
tree1fc974d0853bfcc84c446e246ad2d772aa2aaf1b /src/im-sandbox.c
parente922cc649959d2f05dc4df44b0d5889b0fcdb32c (diff)
indexamajig: Add --asapo-output-stream (hits only)
Diffstat (limited to 'src/im-sandbox.c')
-rw-r--r--src/im-sandbox.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/im-sandbox.c b/src/im-sandbox.c
index 63ebc537..7f02b1cf 100644
--- a/src/im-sandbox.c
+++ b/src/im-sandbox.c
@@ -516,7 +516,8 @@ static int run_work(const struct index_args *iargs, Stream *st,
sb->shared->time_last_start[cookie] = get_monotonic_seconds();
profile_start("process-image");
process_image(iargs, &pargs, st, cookie, tmpdir, ser,
- sb->shared, sb->shared->last_task[cookie]);
+ sb->shared, sb->shared->last_task[cookie],
+ asapostuff);
profile_end("process-image");
}