Fix: reset procname on fork in child process
[lttng-ust.git] / include / lttng / ust-events.h
index 867335032214d0d75f3232923e58b3851ca5a95e..902f2b2f24826ffdcff90b25afba079f6a1030aa 100644 (file)
@@ -423,6 +423,7 @@ struct lttng_bytecode_runtime {
        int link_failed;
        struct cds_list_head node;      /* list of bytecode runtime in event */
        struct lttng_session *session;
+       struct lttng_event *event;
 };
 
 /*
@@ -676,6 +677,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.024391 seconds and 4 git commands to generate.