X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Flibsigrok-internal.h;h=642277ebfd47d5c1e1a95076ad841ef62a20eb03;hb=a01eab4a08e6da4db6fb90a607e98e16e2e5b24f;hp=2a4384c4b13047bb816fb9248d9ba558bdf3a07f;hpb=a755b0e122105d934c4e7b97435420eda6df6e8e;p=libsigrok.git diff --git a/src/libsigrok-internal.h b/src/libsigrok-internal.h index 2a4384c4..642277eb 100644 --- a/src/libsigrok-internal.h +++ b/src/libsigrok-internal.h @@ -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. */