summaryrefslogtreecommitdiff
path: root/lib/flowspec.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/flowspec.h')
-rw-r--r--lib/flowspec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/flowspec.h b/lib/flowspec.h
index 4fe23da1..fa90c70d 100644
--- a/lib/flowspec.h
+++ b/lib/flowspec.h
@@ -91,7 +91,7 @@ const byte *flow6_next_part(const byte *pos, const byte *end);
/* A data structure for keep a state of flow builder */
struct flow_builder {
- BUFFER(byte) data;
+ BUFFER_(byte) data;
enum flow_type this_type;
enum flow_type last_type;
u16 last_op_offset; /* Position of last operator in data.data */