summaryrefslogtreecommitdiff
path: root/src/common/buffers.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-12-06 15:43:50 -0500
committerNick Mathewson <nickm@torproject.org>2017-12-06 15:43:50 -0500
commit5f518c69aa634ee3487c2d8b40d2b4b0c3317f52 (patch)
tree9dba63fe2ade29c8506ecdfdd09a73b3e33a348a /src/common/buffers.h
parentc470a6d278c6340c2e2d10cac0796e6041b88dee (diff)
parent9c37e8c8d14a86d9cbbc6b203f4883c934391a3b (diff)
downloadtor-5f518c69aa634ee3487c2d8b40d2b4b0c3317f52.tar.gz
tor-5f518c69aa634ee3487c2d8b40d2b4b0c3317f52.zip
Merge remote-tracking branch 'public/monotime_coarse_stamps'
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;