Support standard timestamp formats for begin/end
[babeltrace.git] / plugins / trimmer / trimmer.h
index 28bb1e2f1fd24076061820a7b498c1cc39e3289d..869f22216d3f6659ea67346d2e494eef0f1d66d9 100644 (file)
 #include <babeltrace/plugin/component.h>
 #include <babeltrace/plugin/plugin-system.h>
 
+#define NSEC_PER_SEC   1000000000LL
+
 struct trimmer_bound {
        int64_t value;
        bool set;
+       bool lazy;
+       struct {
+               int hh, mm, ss, ns;
+               bool gmt;
+       } lazy_values;
 };
 
 struct trimmer {
This page took 0.023425 seconds and 4 git commands to generate.