]> sigrok.org Git - libsigrok.git/commit
session: Port to GLib main loop
authorDaniel Elstner <redacted>
Thu, 10 Sep 2015 07:46:45 +0000 (09:46 +0200)
committerDaniel Elstner <redacted>
Thu, 10 Sep 2015 20:46:20 +0000 (22:46 +0200)
commitc2bf5506ee7864975917a7b6e7e93b78226887ce
tree40f8118e91e9bc5b78881d695fabd772035310ae
parent041b579d530af4c9bbdb534d0c932c177f1b9014
session: Port to GLib main loop

Replace the custom session main loop with the GLib main loop.
This is phase one of the port, which leaves the session and
driver APIs unchanged while replacing the internals.
src/libsigrok-internal.h
src/session.c
src/usb.c