trimmer: infer end date from begin date
[babeltrace.git] / plugins / trimmer / trimmer.h
index 869f22216d3f6659ea67346d2e494eef0f1d66d9..b0acf05ffcf322d336cd183a6a6910d0fab3d676 100644 (file)
@@ -46,6 +46,8 @@ struct trimmer_bound {
 
 struct trimmer {
        struct trimmer_bound begin, end;
+       bool date;
+       int year, month, day;
 };
 
 #endif /* BABELTRACE_PLUGIN_TRIMMER_H */
This page took 0.023708 seconds and 4 git commands to generate.