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, 1 insertions, 1 deletions
diff --git a/src/crosvm.rs b/src/crosvm.rs
index ab4429a..ad257d3 100644
--- a/src/crosvm.rs
+++ b/src/crosvm.rs
@@ -181,7 +181,7 @@ pub struct Config {
     pub tap_fd: Vec<RawFd>,
     pub cid: Option<u64>,
     pub wl_memfd: bool,
-    pub wayland_socket_paths: BTreeMap<String, PathBuf>,
+    pub wayland_socket_paths: BTreeMap<Vec<u8>, PathBuf>,
     pub remote_wayland_device_socket_path: Option<PathBuf>,
     pub wayland_dmabuf: bool,
     pub x_display: Option<String>,