sink.text.details: add `with-data` initialization parameter
[babeltrace.git] / src / plugins / text / details / details.h
index f3bd08283fd270fdc98ab045c7fd1b5059a5b903..dd52098c61beea8eef87e9d64f16a67b48ad2fab 100644 (file)
@@ -79,6 +79,9 @@ struct details_comp {
 
        /* Component's configuration */
        struct {
+               /* Write data objects */
+               bool with_data;
+
                /* Write metadata objects */
                bool with_meta;
 
This page took 0.024804 seconds and 4 git commands to generate.