aboutsummaryrefslogtreecommitdiff
path: root/src/im-asapo.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-12-18 14:42:51 +0100
committerThomas White <taw@physics.org>2023-12-22 14:44:27 +0100
commit86c54696354ac54ca05c31a6a70baebefaac62a1 (patch)
treefae2f73b1f878f834ed425f09392d27d9ace385c /src/im-asapo.h
parentb8a765d620dae8d5dc3c5aef8c713d6d71e45bac (diff)
indexamajig: Add --asapo-consumer-timeout
This also reduces the default timeout to 500 ms.
Diffstat (limited to 'src/im-asapo.h')
-rw-r--r--src/im-asapo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/im-asapo.h b/src/im-asapo.h
index 43691700..424d8b59 100644
--- a/src/im-asapo.h
+++ b/src/im-asapo.h
@@ -44,6 +44,7 @@ struct im_asapo_params
char *stream;
int wait_for_stream;
int write_output_stream;
+ int consumer_timeout_ms;
};
struct im_asapo;