Add prio and nice contexts
[lttng-modules.git] / ltt-events.h
index cb6ee211e41e5cd7001e7720d1ca837bd8768630..b9bb3bb95d8bba919729afabd17f135a76fe9791 100644 (file)
@@ -275,6 +275,7 @@ 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.023195 seconds and 4 git commands to generate.