X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fscpi.h;h=634c2727110b88334dbabdc34074a8d7565f733a;hb=084d6b927163fb0881941ad13014e07a6a5e7a77;hp=312f5e8a0f2c7940937f7e40c93ee78cb12c7627;hpb=82b9f3d116ce0c982291a2dfdd15cd8a1c4cc16e;p=libsigrok.git diff --git a/src/scpi.h b/src/scpi.h index 312f5e8a..634c2727 100644 --- a/src/scpi.h +++ b/src/scpi.h @@ -113,6 +113,7 @@ struct sr_scpi_dev_inst { uint64_t firmware_version; GMutex scpi_mutex; char *actual_channel_name; + gboolean no_opc_command; }; SR_PRIV GSList *sr_scpi_scan(struct drv_context *drvc, GSList *options,