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