mmpm_handler_destroy
接口功能
多模规则匹配引擎资源释放函数,释放传入的多模规则匹配引擎的资源。
接口定义
int mmpm_handler_destroy(mmpm_handler_t *handler);
参数说明
参数名 |
描述 |
取值范围 |
输入/输出 |
|---|---|---|---|
handler |
匹配引擎句柄 |
非NULL |
输入 |
返回值
- 成功:返回0。
- 失败:返回错误码。
父主题: 接口说明
多模规则匹配引擎资源释放函数,释放传入的多模规则匹配引擎的资源。
int mmpm_handler_destroy(mmpm_handler_t *handler);
参数名 |
描述 |
取值范围 |
输入/输出 |
|---|---|---|---|
handler |
匹配引擎句柄 |
非NULL |
输入 |