cleanup, live textdump working
[lttngtop.git] / src / common.h
index 087b8ec1c1dc61c6199ed46fd93dfd8dfda2cd22..37383312bffc7c55ef298d08996b95ad38c799e9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 Julien Desfossez
+ * Copyright (C) 2011-2012 Julien Desfossez
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License Version 2 as
@@ -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 */
This page took 0.022416 seconds and 4 git commands to generate.