]> sigrok.org Git - libsigrok.git/commit
sr: driver struct gets a more generic *priv instead of GSList *instances
authorBert Vermeulen <redacted>
Sun, 29 Jul 2012 22:22:26 +0000 (00:22 +0200)
committerBert Vermeulen <redacted>
Fri, 3 Aug 2012 09:29:00 +0000 (11:29 +0200)
commitc259726a161411a7fe955dd139fce374635ddf7c
treedb06eb680d4cbecc6de84dc6428c8c7026313c0f
parentef2345bc29fc8b3bc31e5d89e028be31c7b39428
sr: driver struct gets a more generic *priv instead of GSList *instances

It's up to the driver to keep its GSList of struct sr_dev_inst * in there.
Anything else the driver wants to keep driver-global should also go in
there, such as libusb_context.
libsigrok.h