X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon.h;h=37383312bffc7c55ef298d08996b95ad38c799e9;hb=30b646c4e7aab1e1bee8fef60619a61bd80bedad;hp=fd9a367211d799bbf7f5fac145fb06eb6bbb2b0b;hpb=aa15ac1c699ea5f76f6c26fb14ab22f725ecc293;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 */