ust: cleanup and add some licences
[ust.git] / hello / hello.c
index 5f05e225641610960346a80773f57f55862d9bdc..821bed33ea436ed081bb19c0e8f012be9daab9f1 100644 (file)
@@ -6,7 +6,7 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 
-#include "../libmarkers/marker.h"
+#include "marker.h"
 #include "usterr.h"
 #include "tracer.h"
 #include "marker-control.h"
 #include "tp.h"
 
 
-void probe(const struct marker *mdata,
-               void *probe_private, void *call_private,
-               const char *fmt, va_list *args)
-{
-       printf("In probe\n");
-}
-
 void inthandler(int sig)
 {
        printf("in handler\n");
@@ -81,5 +74,5 @@ int main()
        return 0;
 }
 
-MARKER_LIB
-TRACEPOINT_LIB
+MARKER_LIB;
+TRACEPOINT_LIB;
This page took 0.023784 seconds and 4 git commands to generate.