diff options
author | Galin Simeonov <gts@volconst.com> | 2021-06-04 22:49:33 +0300 |
---|---|---|
committer | Galin Simeonov <gts@volconst.com> | 2021-07-15 18:07:29 +0300 |
commit | c875f8795586056a676e8a643a44211041ce44d2 (patch) | |
tree | 88bfd4b4923ed30de31b130672dda65e4b18a607 /src/program/program.h | |
parent | a26684a417729699e95b335a3d00798237ffba9b (diff) | |
download | MEGATRON-c875f8795586056a676e8a643a44211041ce44d2.tar.gz |
various stuffs
Diffstat (limited to 'src/program/program.h')
-rw-r--r-- | src/program/program.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/program/program.h b/src/program/program.h index fea0aef..214e812 100644 --- a/src/program/program.h +++ b/src/program/program.h @@ -33,6 +33,9 @@ struct Options { enum Options_Target_Type target; int is_quiet:1; + int providing_own_queue_implementation:1; + int providing_own_buffer_implementation:1; + int has_mutex:1; char *src_name; char *output_name; }; |