summaryrefslogtreecommitdiff
path: root/event-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'event-internal.h')
-rw-r--r--event-internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/event-internal.h b/event-internal.h
index f840058d..4c882056 100644
--- a/event-internal.h
+++ b/event-internal.h
@@ -290,6 +290,9 @@ struct event_base {
struct event th_notify;
/** A function used to wake up the main thread from another thread. */
int (*th_notify_fn)(struct event_base *base);
+
+ /* Saved seed for weak random number generator. */
+ ev_uint32_t weakrand_seed;
};
struct event_config_entry {