diff options
author | Galin Simeonov <gts@volconst.com> | 2021-07-14 00:23:47 +0300 |
---|---|---|
committer | Galin Simeonov <gts@volconst.com> | 2021-07-15 18:07:29 +0300 |
commit | 3877ff9860d2cbeda7127d932e45573ff0d9600b (patch) | |
tree | 26d827da8cf07003530a812a22c143baa6f3e757 /src/program/program.h | |
parent | c875f8795586056a676e8a643a44211041ce44d2 (diff) | |
download | MEGATRON-3877ff9860d2cbeda7127d932e45573ff0d9600b.tar.gz |
added context support
Diffstat (limited to 'src/program/program.h')
-rw-r--r-- | src/program/program.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; }; |