X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=hello%2Fhello.c;h=821bed33ea436ed081bb19c0e8f012be9daab9f1;hb=6cb88bc04f67ebc3264d3832f4ce5cca2c642ab4;hp=5f05e225641610960346a80773f57f55862d9bdc;hpb=474d745fffdcb195beae194471c63947aa03249a;p=lttng-ust.git diff --git a/hello/hello.c b/hello/hello.c index 5f05e225..821bed33 100644 --- a/hello/hello.c +++ b/hello/hello.c @@ -6,7 +6,7 @@ #include #include -#include "../libmarkers/marker.h" +#include "marker.h" #include "usterr.h" #include "tracer.h" #include "marker-control.h" @@ -14,13 +14,6 @@ #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;