]> sigrok.org Git - libsigrok.git/blobdiff - hardware/agilent-dmm/agilent-dmm.h
agilent-dmm: Use sr_dev_inst to store connection handle
[libsigrok.git] / hardware / agilent-dmm / agilent-dmm.h
index d7bdbd31743453e62871beafef63cb6117a2cf04..f3922a1fe9b314be86e46bfbf65cf08468daf2b4 100644 (file)
@@ -55,7 +55,6 @@ struct dev_context {
        const struct agdmm_profile *profile;
        uint64_t limit_samples;
        uint64_t limit_msec;
-       struct sr_serial_dev_inst *serial;
 
        /* Opaque pointer passed in by the frontend. */
        void *cb_data;