refactor(userspace/engine): adapt existing ruleset implementation to new filter_ruleset interface

Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
Jason Dellaluce
2022-04-14 14:02:31 +00:00
committed by poiana
parent bbbdb311e0
commit 3af8d1c0d2
4 changed files with 212 additions and 36 deletions

View File

@@ -22,6 +22,7 @@ limitations under the License.
struct falco_rule
{
size_t id;
std::string source;
std::string name;
std::string description;