Expand description
Stub module for non-Linux platforms.
These types exist only to allow the code to compile on macOS/Windows. They are not functional - CrunEngine will report unavailable.
Structs§
- libcrun_
context_ s - Stub context structure (non-functional).
Functions§
- crun_
error_ ⚠release - Stub: does nothing.
- libcrun_
container_ ⚠delete - Stub: always returns -1.
- libcrun_
container_ ⚠free - Stub: does nothing.
- libcrun_
container_ ⚠get_ features - Stub: always returns -1 (unavailable).
- libcrun_
container_ ⚠kill - Stub: always returns -1.
- libcrun_
container_ ⚠load_ from_ memory - Stub: always returns null.
- libcrun_
container_ ⚠run - Stub: always returns -1.
Type Aliases§
- features_
info_ s - Stub features info.
- libcrun_
container_ t - Stub container type pointer.
- libcrun_
error_ t - Stub error type pointer.