babeltrace-cfg: add begin/end NS options
[babeltrace.git] / converter / babeltrace-cfg.h
index c80a62d3b235c1cd019ba7a770dd20be3f1c6d1a..46777547ca514aaba27affc7e0986249d2354aed 100644 (file)
@@ -26,6 +26,7 @@
  */
 
 #include <stdlib.h>
+#include <stdint.h>
 #include <babeltrace/values.h>
 #include <babeltrace/ref.h>
 #include <babeltrace/object-internal.h>
@@ -37,6 +38,8 @@ struct bt_config_component {
        GString *plugin_name;
        GString *component_name;
        struct bt_value *params;
+       uint64_t begin_ns;
+       uint64_t end_ns;
 };
 
 struct bt_config {
This page took 0.024955 seconds and 4 git commands to generate.