Implement output text plugin (basic)
[babeltrace.git] / plugins / text / text.h
index 5ae994e2ca48d6215cc2c34195dc86f8f1b9bec2..5804b59b8ed48135d91ae692d34604ccfd8b47b2 100644 (file)
@@ -70,6 +70,8 @@ struct text_component {
        FILE *out, *err;
        bool processed_first_event;
        uint64_t last_real_timestamp;
+       int depth;      /* nesting, used for tabulation alignment. */
+       GString *string;
 };
 
 BT_HIDDEN
This page took 0.024423 seconds and 4 git commands to generate.