Skip to content

Commit

Permalink
procesor_selector: Prevent linkage collisions
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Feb 27, 2024
1 parent 478aee4 commit 8287e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/processor_selector/selector.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
#define SELECTOR_NOTOUCH 1
#define SELECTOR_FAILURE 2

enum _logical_op{
enum _selector_logical_op{
SELECTOR_LOGICAL_OP_LEGACY,
SELECTOR_LOGICAL_OP_OR,
SELECTOR_LOGICAL_OP_AND
} logical_op;
} selector_logical_op;

struct selector_ctx {
struct mk_list rules;
Expand Down

0 comments on commit 8287e9d

Please sign in to comment.