From e5a1983e4384a44e45486fb9a48bdba375a529b6 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Tue, 6 Jun 2023 11:56:21 +0200 Subject: cooker: Draft quality: mknod/mknodat, sets of values with "in" While at it: - directly assign 'fd' in eater from install_filter() - turn op_cmp into a description-style thing Signed-off-by: Stefano Brivio --- cooker/gluten.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cooker/gluten.h') diff --git a/cooker/gluten.h b/cooker/gluten.h index 9474700..e0ea54d 100644 --- a/cooker/gluten.h +++ b/cooker/gluten.h @@ -45,6 +45,7 @@ struct gluten_ctx { enum jump_type { JUMP_NEXT_BLOCK, JUMP_NEXT_MATCH, + JUMP_NEXT_ACTION, JUMP_END, JUMP_COUNT, }; -- cgit v1.2.3