From 4cad95ec182ab9f3d28f37cfab9fb28ccb596cd7 Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Tue, 21 Feb 2023 14:32:42 +0100 Subject: actions: change pointer to offset --- gluten.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gluten.h') diff --git a/gluten.h b/gluten.h index c004220..760f82b 100644 --- a/gluten.h +++ b/gluten.h @@ -77,7 +77,7 @@ struct act_return { enum value_type type; union { int64_t value; - int64_t *value_p; + uint16_t value_off; }; }; -- cgit v1.2.3