From 3877ff9860d2cbeda7127d932e45573ff0d9600b Mon Sep 17 00:00:00 2001 From: Galin Simeonov Date: Wed, 14 Jul 2021 00:23:47 +0300 Subject: added context support --- src/program/program.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/program/program.h') diff --git a/src/program/program.h b/src/program/program.h index 214e812..370cac6 100644 --- a/src/program/program.h +++ b/src/program/program.h @@ -36,6 +36,7 @@ struct Options int providing_own_queue_implementation:1; int providing_own_buffer_implementation:1; int has_mutex:1; + int has_context:1; char *src_name; char *output_name; }; -- cgit v1.2.3