We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a280b6 commit 62e6250Copy full SHA for 62e6250
src/hyperlight_host/src/sandbox/config.rs
@@ -175,11 +175,13 @@ impl SandboxConfiguration {
175
}
176
177
/// Sets the interrupt retry delay
178
+ #[cfg(target_os = "linux")]
179
pub fn set_interrupt_retry_delay(&mut self, delay: Duration) {
180
self.interrupt_retry_delay = delay;
181
182
183
/// Get the delay between retries for interrupts
184
185
pub fn get_interrupt_retry_delay(&self) -> Duration {
186
self.interrupt_retry_delay
187
0 commit comments