summary refs log tree commit diff
path: root/src/crosvm.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/crosvm.rs')
-rw-r--r--src/crosvm.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/crosvm.rs b/src/crosvm.rs
index e6e7268..ab4429a 100644
--- a/src/crosvm.rs
+++ b/src/crosvm.rs
@@ -180,6 +180,7 @@ pub struct Config {
     pub vhost_net: bool,
     pub tap_fd: Vec<RawFd>,
     pub cid: Option<u64>,
+    pub wl_memfd: bool,
     pub wayland_socket_paths: BTreeMap<String, PathBuf>,
     pub remote_wayland_device_socket_path: Option<PathBuf>,
     pub wayland_dmabuf: bool,
@@ -235,6 +236,7 @@ impl Default for Config {
             #[cfg(feature = "gpu")]
             gpu_parameters: None,
             software_tpm: false,
+            wl_memfd: false,
             wayland_socket_paths: BTreeMap::new(),
             remote_wayland_device_socket_path: None,
             wayland_dmabuf: false,