Add utils function to format current time as a string
[lttng-tools.git] / src / common / utils.h
index 70dc4b7aa41670279c9da2fd04282ed05fcc779c..06aef4f1a33417b80e18672240ee500c648e5ce6 100644 (file)
@@ -41,5 +41,6 @@ int utils_rotate_stream_file(char *path_name, char *file_name, uint64_t size,
 int utils_parse_size_suffix(char *str, uint64_t *size);
 int utils_get_count_order_u32(uint32_t x);
 char *utils_get_home_dir(void);
+size_t utils_get_current_time_str(const char *format, char *dst, size_t len);
 
 #endif /* _COMMON_UTILS_H */
This page took 0.024287 seconds and 5 git commands to generate.