X-Git-Url: http://git.liburcu.org/?p=lttng-modules.git;a=blobdiff_plain;f=include%2Flttng%2Fevents-internal.h;h=181b7b4552305456c16eb8662e76bdbf4dff0a7c;hp=a727230ffffb8c21320b04b502e98ff4755987d1;hb=1158b2706e58c2f94e6bd746e0504b989320c0a1;hpb=e7e77b7eb56b8f7678ea18fe98d6f91447b4472e diff --git a/include/lttng/events-internal.h b/include/lttng/events-internal.h index a727230f..181b7b45 100644 --- a/include/lttng/events-internal.h +++ b/include/lttng/events-internal.h @@ -649,6 +649,7 @@ int lttng_add_pid_to_ctx(struct lttng_kernel_ctx **ctx); int lttng_add_cpu_id_to_ctx(struct lttng_kernel_ctx **ctx); int lttng_add_procname_to_ctx(struct lttng_kernel_ctx **ctx); int lttng_add_prio_to_ctx(struct lttng_kernel_ctx **ctx); +int wrapper_task_prio_init(void); int lttng_add_nice_to_ctx(struct lttng_kernel_ctx **ctx); int lttng_add_vpid_to_ctx(struct lttng_kernel_ctx **ctx); int lttng_add_tid_to_ctx(struct lttng_kernel_ctx **ctx);