summaryrefslogtreecommitdiff
path: root/src/common/buffers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/buffers.h')
-rw-r--r--src/common/buffers.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/buffers.h b/src/common/buffers.h
index dd96ddcb6c..8e938eec38 100644
--- a/src/common/buffers.h
+++ b/src/common/buffers.h
@@ -86,8 +86,7 @@ typedef struct chunk_t {
size_t DBG_alloc;
#endif
char *data; /**< A pointer to the first byte of data stored in <b>mem</b>. */
- uint32_t inserted_time; /**< Timestamp in truncated ms since epoch
- * when this chunk was inserted. */
+ uint32_t inserted_time; /**< Timestamp when this chunk was inserted. */
char mem[FLEXIBLE_ARRAY_MEMBER]; /**< The actual memory used for storage in
* this chunk. */
} chunk_t;