X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Fcommon.h;h=0903413a157e43bf42547f3f137160b50d42f70f;hp=21df7b11603918380d3d04ef41078332dd583075;hb=928f18a6c02cf1eaafb7b60cb72860ed68d7456b;hpb=4adc827466f35fb285430634400259d8c55a5816 diff --git a/src/common.h b/src/common.h index 21df7b1..0903413 100644 --- a/src/common.h +++ b/src/common.h @@ -63,4 +63,7 @@ uint64_t get_context_pid(const struct bt_ctf_event *event); uint64_t get_context_ppid(const struct bt_ctf_event *event); char *get_context_comm(const struct bt_ctf_event *event); +enum bt_cb_ret handle_statedump_process_state(struct bt_ctf_event *call_data, + void *private_data); + #endif /* _COMMON_H */