]> sigrok.org Git - libsigrok.git/blobdiff - hardware/brymen-bm86x/protocol.h
Add struct sr_session parameter to all session source backends.
[libsigrok.git] / hardware / brymen-bm86x / protocol.h
index 5590d4e3deb45eba6245fece5f864ac39ba8bcbe..57af1552217dbdc79cff2d41f224991994f96bda 100644 (file)
@@ -25,7 +25,6 @@
 #include "libsigrok.h"
 #include "libsigrok-internal.h"
 
-/* Message logging helpers with subsystem-specific prefix string. */
 #define LOG_PREFIX "brymen-bm86x"
 
 /** Private, per-device-instance driver context. */
@@ -33,7 +32,6 @@ struct dev_context {
        /* Acquisition settings */
        uint64_t limit_samples;    /**< The sampling limit (in number of samples).*/
        uint64_t limit_msec;       /**< The time limit (in milliseconds). */
-       void *session_cb_data;     /**< Opaque pointer passed in by the frontend. */
 
        /* Operational state */
        int detached_kernel_driver;/**< Whether kernel driver was detached or not */