]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok.h
Minor documentation fixes
[libsigrok.git] / libsigrok.h
index b8f4f757019d45c6be16c957c2e0f83e2e0e4a2d..b686c6e5463c8a37680fda29a0566756489888a1 100644 (file)
@@ -631,6 +631,11 @@ enum {
        /** The devices supports using a external clock. */
        SR_CONF_EXTERNAL_CLOCK,
 
+       /** The device supports swapping channels. Typical this is between
+        *  buffered and unbuffered channels.
+        */
+       SR_CONF_SWAP,
+
        /** The device supports Run Length Encoding. */
        SR_CONF_RLE,
 
@@ -825,6 +830,7 @@ struct sr_session {
        /** List of struct datafeed_callback pointers. */
        GSList *datafeed_callbacks;
        GTimeVal starttime;
+       gboolean running;
 
        unsigned int num_sources;