]> sigrok.org Git - libsigrok.git/blobdiff - sigrok.h
Add sr_ prefix for 'struct session'.
[libsigrok.git] / sigrok.h
index 9518041ce32fd0bce7d05a12050fd52b5d4e04b0..9a5d0cbeade3bacab1e368481565652ca9f2af76 100644 (file)
--- a/sigrok.h
+++ b/sigrok.h
@@ -340,7 +340,7 @@ struct sr_device_plugin {
        void (*stop_acquisition) (int device_index, gpointer session_device_id);
 };
 
-struct session {
+struct sr_session {
        /* List of struct sr_device* */
        GSList *devices;
        /* List of struct analyzer* */