X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Foutput%2Fsrzip.c;h=dd4933345062214b9a87ca5bac7cfefb1b437dd5;hb=3cd4b381744eb88fd4ba32565bd408c33b431629;hp=409421cbbf3b862721942d676f66e90dc5149faa;hpb=7df31ae8978fd719646384ba1889fd69a038a45c;p=libsigrok.git diff --git a/src/output/srzip.c b/src/output/srzip.c index 409421cb..dd493334 100644 --- a/src/output/srzip.c +++ b/src/output/srzip.c @@ -317,6 +317,7 @@ SR_PRIV struct sr_output_module output_srzip = { .name = "srzip", .desc = "srzip session file", .exts = (const char*[]){"sr", NULL}, + .flags = SR_OUTPUT_INTERNAL_IO_HANDLING, .options = get_options, .init = init, .receive = receive,