libsigrok/include/libsigrok
Uwe Hermann 032da34b78 sr_driver_list() now takes a context pointer.
This requires sr_hw_cleanup_all() and sanity_check_all_drivers()
to also take a context.

The (runtime) generation of the driver list now happens in sr_init()
and sr_driver_list() always returns that pre-generated list. This fixes
a segfault when (correctly) invoking multiple sr_init() and sr_exit()
calls with different contexts (caught by the unit tests).

This fixes bug #565.
2015-04-07 02:09:56 +02:00
..
libsigrok.h Fix a bunch of typos. 2015-03-24 18:01:18 +01:00
proto.h sr_driver_list() now takes a context pointer. 2015-04-07 02:09:56 +02:00
version.h.in Move public headers into include/libsigrok. 2014-07-17 18:30:49 +01:00