|
@@ -773,7 +773,7 @@ static int mcast_msg (
|
|
|
int total_size = 0;
|
|
int total_size = 0;
|
|
|
|
|
|
|
|
pthread_mutex_lock (&mcast_msg_mutex);
|
|
pthread_mutex_lock (&mcast_msg_mutex);
|
|
|
- totemmrp_new_msg_signal ();
|
|
|
|
|
|
|
+ totemmrp_event_signal (TOTEM_EVENT_NEW_MSG, 1);
|
|
|
|
|
|
|
|
/*
|
|
/*
|
|
|
* Remove zero length iovectors from the list
|
|
* Remove zero length iovectors from the list
|
|
@@ -1307,6 +1307,11 @@ int totempg_ifaces_get (
|
|
|
return (res);
|
|
return (res);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+void totempg_event_signal (enum totem_event_type type, int value)
|
|
|
|
|
+{
|
|
|
|
|
+ totemmrp_event_signal (type, value);
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
void* totempg_get_stats (void)
|
|
void* totempg_get_stats (void)
|
|
|
{
|
|
{
|
|
|
return &totempg_stats;
|
|
return &totempg_stats;
|