X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fagilent-dmm%2Fprotocol.h;h=85b5235743eecd703671f97fd38eba6c6125eb8c;hb=23eeac46edef25d1be2ff4716cb388296b6222ac;hp=2510d7360fd5cd940bfe246184d20221b6c5dcc1;hpb=0ceb70381b02336d8e8130e2a701df4ce944b13a;p=libsigrok.git diff --git a/src/hardware/agilent-dmm/protocol.h b/src/hardware/agilent-dmm/protocol.h index 2510d736..85b52357 100644 --- a/src/hardware/agilent-dmm/protocol.h +++ b/src/hardware/agilent-dmm/protocol.h @@ -68,13 +68,11 @@ struct agdmm_profile { const struct agdmm_recv *recvs; }; -/* Private, per-device-instance driver context. */ struct dev_context { const struct agdmm_profile *profile; struct sr_sw_limits limits; int data_source; - /* Runtime. */ const struct agdmm_job *jobs; int current_job; gboolean job_running;