Changes on the overall structure of the filter
[lttv.git] / ltt / branches / poly / lttv / lttv / filter.c
index 9669c6491b3bdab4c56e42d1a82d2b8682b8a044..8b03facfbed6e58c8b08df06fe95c329b83ec554 100644 (file)
@@ -500,6 +500,11 @@ lttv_filter_new(char *expression, LttvTraceState *tcs) {
   
 }
 
+void
+lttv_filter_destroy(lttv_filter* filter) {
+
+}
+
 /**
  *     Apply the filter to a specific trace
  *     @param filter the current filter applied
This page took 0.024126 seconds and 4 git commands to generate.