From 4bd39f7f39f65a532a96b0ba12dca7499c5b9a86 Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Thu, 16 Feb 2023 08:55:02 +0100 Subject: Rename field old to oldfd Signed-off-by: Alice Frosi --- gluten.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gluten.h') diff --git a/gluten.h b/gluten.h index c9f6600..c6cac3c 100644 --- a/gluten.h +++ b/gluten.h @@ -72,7 +72,7 @@ struct act_return { struct act_inject { uint32_t newfd; - uint32_t old; + uint32_t oldfd; }; struct action { -- cgit v1.2.3