Prio context: fix symbol lookup
[lttng-modules.git] / ltt-events.h
index 2b6ef40a42978de5274db70e900b497144a50431..b9bb3bb95d8bba919729afabd17f135a76fe9791 100644 (file)
@@ -274,6 +274,8 @@ struct lttng_ctx_field *lttng_append_context(struct lttng_ctx **ctx);
 void lttng_destroy_context(struct lttng_ctx *ctx);
 int lttng_add_pid_to_ctx(struct lttng_ctx **ctx);
 int lttng_add_comm_to_ctx(struct lttng_ctx **ctx);
+int lttng_add_prio_to_ctx(struct lttng_ctx **ctx);
+int lttng_add_nice_to_ctx(struct lttng_ctx **ctx);
 
 #ifdef CONFIG_KPROBES
 int lttng_kprobes_register(const char *name,
This page took 0.022667 seconds and 4 git commands to generate.