Skip to content

Commit c8f4d66

Browse files
committed
Use non-persisting guest calls for Callable trait
Signed-off-by: Jorge Prendes <[email protected]>
1 parent 1f658f0 commit c8f4d66

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/hyperlight_host/src/sandbox/initialized_multi_use.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,7 @@ impl Callable for MultiUseSandbox {
467467
func_name: &str,
468468
args: impl ParameterTuple,
469469
) -> Result<Output> {
470-
#[allow(deprecated)]
471-
self.call_guest_function_by_name(func_name, args)
470+
self.call(func_name, args)
472471
}
473472
}
474473

0 commit comments

Comments
 (0)