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.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cooker/gluten.c') diff --git a/cooker/gluten.c b/cooker/gluten.c index cb9ecfb..4d3aea5 100644 --- a/cooker/gluten.c +++ b/cooker/gluten.c @@ -24,9 +24,12 @@ size_t gluten_size[TYPE_COUNT] = { [IPV4] = sizeof(struct in_addr), [IPV6] = sizeof(struct in6_addr), + [GNU_DEV_MAJOR] = sizeof(unsigned long long int), + [GNU_DEV_MINOR] = sizeof(unsigned long long int), }; -const char *jump_name[JUMP_COUNT] = { "next block", "next match", "end" }; +const char *jump_name[JUMP_COUNT] = { "next block", "next match", "next action", + "end" }; /** * gluten_rw_alloc() - Allocate in temporary (seitan read-write) data area -- cgit v1.2.3