API Reference
This reference lists the public API surface of PAIO.
Core
initialize()
Initializes the runtime with the provided configuration.
int paio_initialize(const paio_config_t* config);
Parameters
config— pointer to a configuration struct.
Returns
0 on success, non-zero on failure.
Lifecycle
shutdown()
Releases resources allocated by initialize().