summaryrefslogtreecommitdiff
path: root/src/base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base.h')
-rw-r--r--src/base.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/base.h b/src/base.h
index eea41353..5ae2a480 100644
--- a/src/base.h
+++ b/src/base.h
@@ -649,6 +649,9 @@ typedef struct server {
time_t last_generated_debug_ts;
time_t startup_ts;
+ char entropy[8]; /* from /dev/[u]random if possible, otherwise rand() */
+ char is_real_entropy; /* whether entropy is from /dev/[u]random */
+
buffer *ts_debug_str;
buffer *ts_date_str;