X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Ferror.h;h=c90c4ae07a1902d73eb17cc1c7ae90af652fb9a8;hb=504521ea8462dbd9c188a59c4d04a1f5a0c4c537;hp=6fe8d8c2d3bc312d3670b2c55cef76bf42791e94;hpb=e6142f2e647e83238b1e399b1264e8adb05409f9;p=lttng-tools.git 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);