From 59583e7a598819c27dea34bf619dd7a8139c028d Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Fri, 27 Feb 2009 15:34:56 -0200 Subject: [PATCH] Rename tipc::event to tipc::subscr_event This will prevent problems because tipc_event has an "event" member that will clash with the struct name. --- src/linux/tipc.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/linux/tipc.hpp b/src/linux/tipc.hpp index 01446a5..2d79f25 100644 --- a/src/linux/tipc.hpp +++ b/src/linux/tipc.hpp @@ -225,7 +225,7 @@ enum event_t * * @see TIPC documentation: 1.4.3 Name Subscriptions */ -struct event: tipc_event +struct subscr_event: tipc_event { }; -- 2.43.0