add environment variables to set subbuffer options
[ust.git] / libust / tracer.h
index 0fa2e4dd929fcb54254fa0fff4f93fae965e5e69..e61348250ff6de9d685fd77bc8dde8182b46e4fd 100644 (file)
@@ -86,6 +86,12 @@ enum ltt_channels {
        LTT_CHANNEL_UST,
 };
 
+struct chan_info_struct {
+       const char *name;
+       unsigned int def_subbufsize;
+       unsigned int def_subbufcount;
+};
+
 struct ltt_active_marker {
        struct list_head node;          /* active markers list */
        const char *channel;
This page took 0.02231 seconds and 4 git commands to generate.