X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Ferror.h;h=c90c4ae07a1902d73eb17cc1c7ae90af652fb9a8;hp=6fe8d8c2d3bc312d3670b2c55cef76bf42791e94;hb=18710679a8ac57fda5dbd26cf16bb180dce9e286;hpb=e6142f2e647e83238b1e399b1264e8adb05409f9 diff --git a/src/common/error.h b/src/common/error.h index 6fe8d8c2d..c90c4ae07 100644 --- a/src/common/error.h +++ b/src/common/error.h @@ -48,8 +48,8 @@ * every time a log is fired. */ struct log_time { - /* Format: 00:00:00.000000 plus NULL byte. */ - char str[16]; + /* Format: 00:00:00.000000000 plus NULL byte. */ + char str[19]; }; extern DECLARE_URCU_TLS(struct log_time, error_log_time);