add a working keepalive system
[ust.git] / libust / marker.h
index 5f375b872350443fa4142436a0f234e6c173787f..f07f1205b59dc5d2b81245ae12dbffaf84e4234f 100644 (file)
@@ -31,6 +31,7 @@
 #include "kernelcompat.h"
 #include "compiler.h"
 #include <kcompat/list.h>
+#include "localerr.h"
 
 //ust// struct module;
 //ust// struct task_struct;
@@ -303,11 +304,11 @@ extern struct marker __stop___markers[] __attribute__((visibility("hidden")));
                                                                                        \
 static void __attribute__((constructor)) __markers__init(void)                                 \
 {                                                                                      \
+       DBG("next registration in "__FILE__"\n");\
        marker_register_lib(__start___markers, (((long)__stop___markers)-((long)__start___markers))/sizeof(struct marker));\
 }
 
-void marker_set_new_marker_cb(void (*cb)(struct marker *));
-
-void init_markers(void);
+extern void marker_set_new_marker_cb(void (*cb)(struct marker *));
+extern void init_markers(void);
 
 #endif
This page took 0.032282 seconds and 4 git commands to generate.