diff options
Diffstat (limited to 'src/lib/timestamp.c')
-rw-r--r-- | src/lib/timestamp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/timestamp.c b/src/lib/timestamp.c index d8b93f9755..2f2a5d8752 100644 --- a/src/lib/timestamp.c +++ b/src/lib/timestamp.c @@ -27,6 +27,7 @@ #define MAX_TIMESTAMPS 84 +/* When changing this number, adjust TIMESTAMP() size ASSERT() in memlayout.h */ #define MAX_BSS_TIMESTAMP_CACHE 16 struct __attribute__((__packed__)) timestamp_cache { |