diff tests/test-action.c @ 458:02c1481b7dbb

tests: fix
author David Demelier <markand@malikania.fr>
date Fri, 24 Feb 2023 22:14:42 +0100
parents 773a082f0b91
children c1f64d451230
line wrap: on
line diff
--- a/tests/test-action.c	Sat Feb 18 21:07:02 2023 +0100
+++ b/tests/test-action.c	Fri Feb 24 22:14:42 2023 +0100
@@ -31,7 +31,7 @@
 	int finish;
 };
 
-static union event dummy;
+static union mlk_event dummy;
 
 #define INIT(dat, up) {         \
         .data = (dat),          \
@@ -43,7 +43,7 @@
 }
 
 static void
-my_handle(struct mlk_action *act, const union event *ev)
+my_handle(struct mlk_action *act, const union mlk_event *ev)
 {
 	(void)ev;