Add comm context
[lttng-modules.git] / ltt-events.h
index a5a57fcdf016c868c5ee0fe50f31afb2e07efd6d..2b6ef40a42978de5274db70e900b497144a50431 100644 (file)
@@ -273,6 +273,7 @@ void ltt_probes_exit(void);
 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);
 
 #ifdef CONFIG_KPROBES
 int lttng_kprobes_register(const char *name,
This page took 0.024022 seconds and 4 git commands to generate.