]> sigrok.org Git - libsigrok.git/blobdiff - src/libsigrok-internal.h
output: Rename instance private storage pointer to priv.
[libsigrok.git] / src / libsigrok-internal.h
index 2a4384c4b13047bb816fb9248d9ba558bdf3a07f..642277ebfd47d5c1e1a95076ad841ef62a20eb03 100644 (file)
@@ -177,7 +177,7 @@ struct sr_output {
         * For example, the module might store a pointer to a chunk of output
         * there, and only flush it when it reaches a certain size.
         */
-       void *internal;
+       void *priv;
 };
 
 /** Output module driver. */