aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio-rng.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/virtio-rng.h')
-rw-r--r--hw/virtio-rng.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/virtio-rng.h b/hw/virtio-rng.h
index fbb01048ba..7324d0ab57 100644
--- a/hw/virtio-rng.h
+++ b/hw/virtio-rng.h
@@ -19,6 +19,8 @@
struct VirtIORNGConf {
RngBackend *rng;
+ uint64_t max_bytes;
+ uint32_t period_ms;
};
#endif