X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Flibsigrok-internal.h;h=3ab181b3f87c80e2eb6a8d60e634aee8368b08bc;hp=627e243cc8348652d5c321fd9664bf6e578b8708;hb=81b3ce374c3b6d48e5ed321ac7a871ce4248a0bb;hpb=176c7219bbb509d8e3e149315db7db6bd2fb9655 diff --git a/src/libsigrok-internal.h b/src/libsigrok-internal.h index 627e243c..3ab181b3 100644 --- a/src/libsigrok-internal.h +++ b/src/libsigrok-internal.h @@ -368,6 +368,11 @@ struct sr_output { */ const struct sr_dev_inst *sdi; + /** + * The name of the file that the data should be written to. + */ + const char *filename; + /** * A generic pointer which can be used by the module to keep internal * state between calls into its callback functions.