X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Fcommon.h;h=0903413a157e43bf42547f3f137160b50d42f70f;hp=21df7b11603918380d3d04ef41078332dd583075;hb=975146835356f6d40d6d3ac7ad6fec30f113b264;hpb=59288610ca44efca4b68b954b7ffccd06fecd2b7 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 */