ddwaf_builder_build_instance

Function ddwaf_builder_build_instance 

Source
pub unsafe extern "C" fn ddwaf_builder_build_instance(
    builder: ddwaf_builder,
) -> ddwaf_handle
Expand description

ddwaf_builder_build_instance

Builds a ddwaf instance based on the current set of configurations.

@param builder Builder to perform the operation on. (nonnull)

@return Handle to the new WAF instance or NULL if there was an error.

@note This function is not thread-safe.