mmpm_handler_destroy
Feature
Releases resources transferred to the multi-pattern rule matching engine.
Definition
int mmpm_handler_destroy(mmpm_handler_t *handler);
Parameter Description
Parameter |
Description |
Value Range |
Input/Output |
|---|---|---|---|
handler |
Handler of the matching engine |
Not null |
Input |
Return Value
- Success: 0 is returned.
- Failure: The error code is returned.
Parent topic: API Description