]> sigrok.org Git - libsigrok.git/commit
Change SR_T_MQLIST to SR_T_MQ.
authorBert Vermeulen <redacted>
Sat, 29 Aug 2015 20:20:29 +0000 (22:20 +0200)
committerBert Vermeulen <redacted>
Sun, 30 Aug 2015 18:40:56 +0000 (20:40 +0200)
commit75772c721d45d3b33618388e41d2d874c4f88302
treec8dc59ad8d1946f819ca4b6e515db100e4f825ae
parent28d86fa9a5d24bbcafeddbe2330f18a3e91501b1
Change SR_T_MQLIST to SR_T_MQ.

The need to make this a list no longer applies.

SR_T_MQ is thus a type consisting of a tuple with two elements: the first
item is the MQ (type G_VARIANT_TYPE_UINT32), and the second is the MQ
flags value (G_VARIANT_TYPE_UINT64).
include/libsigrok/libsigrok.h
src/hwdriver.c