Skip to content

Commit 0793263

Browse files
pfmooneyPatrick Mooney
authored andcommitted
Fix phd-framework stubs for non-illumos
1 parent 4a9b8da commit 0793263

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • phd-tests/framework/src/host_api

phd-tests/framework/src/host_api/stubs.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ use anyhow::{anyhow, Result};
22

33
pub struct VmmStateWriteGuard;
44

5-
pub fn enable_vmm_state_writes() -> Result<VmmStateWriteGuard> {
6-
Err(anyhow!("enable_vmm_state_writes requires illumos"))
5+
pub fn set_vmm_globals() -> Result<Vec<Box<dyn std::any::Any>>> {
6+
Err(anyhow!("set_vmm_globals requires illumos"))
77
}

0 commit comments

Comments
 (0)