Add process priority (as shown in /proc) to context
[lttng-modules.git] / ltt-events.h
index 2b6ef40a42978de5274db70e900b497144a50431..cb6ee211e41e5cd7001e7720d1ca837bd8768630 100644 (file)
@@ -274,6 +274,7 @@ 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);
 
 #ifdef CONFIG_KPROBES
 int lttng_kprobes_register(const char *name,
This page took 0.022907 seconds and 4 git commands to generate.