X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fagilent-dmm%2Fprotocol.h;fp=src%2Fhardware%2Fagilent-dmm%2Fprotocol.h;h=85b5235743eecd703671f97fd38eba6c6125eb8c;hb=ca314e060f653e6a0b5ec0f58914bac4d426217f;hp=2510d7360fd5cd940bfe246184d20221b6c5dcc1;hpb=c8e789fa0c7264f8356b0446367cc1252fadfe4c;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;