Fix: reset procname on fork in child process
[lttng-ust.git] / include / lttng / ust-events.h
index 0b2291b3d8c76265a458a7e94a629a516d2ae080..cf14b4f3eee129f11c6b762f4e9a12cd1a1b5017 100644 (file)
@@ -674,6 +674,7 @@ int lttng_add_cpu_id_to_ctx(struct lttng_ctx **ctx);
 int lttng_add_dyntest_to_ctx(struct lttng_ctx **ctx);
 void lttng_context_vtid_reset(void);
 void lttng_context_vpid_reset(void);
+void lttng_context_procname_reset(void);
 
 #ifdef LTTNG_UST_HAVE_PERF_EVENT
 int lttng_add_perf_counter_to_ctx(uint32_t type,
This page took 0.022859 seconds and 4 git commands to generate.