Changes on the overall structure of the filter
[lttv.git] / ltt / branches / poly / lttv / lttv / filter.h
index 6c8d140419f6efce2109eaeb4b4d84be2ca3acd2..a108fa8bccb90af45e622400c93a130f73f2b066 100644 (file)
@@ -176,6 +176,8 @@ gboolean parse_simple_expression(GString* expression);
 /* Compile the filter expression into an efficient data structure */
 lttv_filter_tree *lttv_filter_new(char *expression, LttvTraceState *tfs);
 
+void lttv_filter_destroy(lttv_filter* filter);
+
 /* Check if the tracefile or event satisfies the filter. The arguments are
    declared as void * to allow these functions to be used as hooks. */
 
This page took 0.022371 seconds and 4 git commands to generate.