X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon.h;h=37383312bffc7c55ef298d08996b95ad38c799e9;hb=dbb34d888ca455f83511b0685eedc5fce7a95cac;hp=fd9a367211d799bbf7f5fac145fb06eb6bbb2b0b;hpb=f03aeb2f57f94a08d932c7dd5945b19f48688483;p=lttngtop.git diff --git a/src/common.h b/src/common.h index fd9a367..3738331 100644 --- a/src/common.h +++ b/src/common.h @@ -66,4 +66,6 @@ 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); +struct tm format_timestamp(uint64_t timestamp); + #endif /* _COMMON_H */