]> git.llucax.com Git - software/posixx.git/commitdiff
Rename tipc::event to tipc::subscr_event
authorLeandro Lucarella <llucarella@integratech.com.ar>
Fri, 27 Feb 2009 17:34:56 +0000 (15:34 -0200)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Fri, 27 Feb 2009 18:46:15 +0000 (16:46 -0200)
This will prevent problems because tipc_event has an "event" member that
will clash with the struct name.

src/linux/tipc.hpp

index 01446a5e9793841cf88ac9540d53a989461b7cac..2d79f25230f369b9e075666bccaab63b81b083f0 100644 (file)
@@ -225,7 +225,7 @@ enum event_t
  *
  * @see TIPC documentation: 1.4.3 Name Subscriptions
  */
-struct event: tipc_event
+struct subscr_event: tipc_event
 {
 };