From 8144ae5dc941cce599889c0feb15ecceb9e4f878 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 12 Jan 2021 19:27:57 -0800 Subject: Renamed op.op -> op.type --- types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'types.h') diff --git a/types.h b/types.h index 9f61d5f..0afeb53 100644 --- a/types.h +++ b/types.h @@ -47,7 +47,7 @@ struct match_s; // forward declared to resolve circular struct defs * A struct reperesenting a BP virtual machine operation */ typedef struct vm_op_s { - enum VMOpcode op; + enum VMOpcode type; const char *start, *end; // Length of the match, if constant, otherwise -1 ssize_t len; -- cgit v1.2.3