aboutgitcodelistschat:MatrixIRC
path: root/cooker/gluten.c
diff options
context:
space:
mode:
Diffstat (limited to 'cooker/gluten.c')
-rw-r--r--cooker/gluten.c5
1 files changed, 4 insertions, 1 deletions
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