add libtracing Makefile.am
[ust.git] / libtracing / tracercore.h
index 3207f915727fe65bc77ca3b0ef2e74e68d35306e..e5ff00f78edc8c0aa4264a2d79b1f2ae7398707d 100644 (file)
@@ -35,8 +35,10 @@ struct dentry *get_ltt_root(void);
 
 /* Keep track of trap nesting inside LTT */
 //ust// DECLARE_PER_CPU(unsigned int, ltt_nesting);
+extern unsigned int ltt_nesting;
 
 typedef int (*ltt_run_filter_functor)(void *trace, uint16_t eID);
+//typedef int (*ltt_run_filter_functor)(void *, __u16);
 
 extern ltt_run_filter_functor ltt_run_filter;
 
This page took 0.02246 seconds and 4 git commands to generate.