Module stub

Module stub 

Source
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.