]> sigrok.org Git - libsigrok.git/blobdiff - src/libsigrok-internal.h
Introduce OutputFlag
[libsigrok.git] / src / libsigrok-internal.h
index 3ab181b3f87c80e2eb6a8d60e634aee8368b08bc..b127d0ef14efd6481f6100296b64e2eb8076a7e8 100644 (file)
@@ -412,6 +412,13 @@ struct sr_output_module {
         */
        const char *const *exts;
 
+       /**
+        * Bitfield containing flags that describe certain properties
+        * this output module may or may not have.
+        * @see sr_output_flags
+        */
+       const uint64_t flags;
+
        /**
         * Returns a NULL-terminated list of options this module can take.
         * Can be NULL, if the module has no options.