X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2Ftracepoint-internal.h;h=72eafec1ab57c81acc3cb6e12c545a9a4992d7bc;hb=1abcee5dc89230e8f9dca4b961e978fe6ac44954;hp=98688ace8bd80c0a31aaefa7eb152fa9238565a7;hpb=67e5f39161d80ea3d972a37ecf76f45a260c480d;p=lttng-ust.git diff --git a/liblttng-ust/tracepoint-internal.h b/liblttng-ust/tracepoint-internal.h index 98688ace..72eafec1 100644 --- a/liblttng-ust/tracepoint-internal.h +++ b/liblttng-ust/tracepoint-internal.h @@ -32,10 +32,10 @@ struct tracepoint_lib { }; extern int tracepoint_probe_register_noupdate(const char *name, - void *callback, void *priv, + void (*callback)(void), void *priv, const char *signature); extern int tracepoint_probe_unregister_noupdate(const char *name, - void *callback, void *priv); + void (*callback)(void), void *priv); extern void tracepoint_probe_update_all(void); /*