|
@@ -63,6 +63,19 @@
|
|
|
|
|
|
|
|
hdb_handle_t totemsrp_handle_in;
|
|
hdb_handle_t totemsrp_handle_in;
|
|
|
|
|
|
|
|
|
|
+void totemmrp_deliver_fn (
|
|
|
|
|
+ unsigned int nodeid,
|
|
|
|
|
+ struct iovec *iovec,
|
|
|
|
|
+ int iov_len,
|
|
|
|
|
+ int endian_conversion_required);
|
|
|
|
|
+
|
|
|
|
|
+void totemmrp_confchg_fn (
|
|
|
|
|
+ enum totem_configuration_type configuration_type,
|
|
|
|
|
+ unsigned int *member_list, int member_list_entries,
|
|
|
|
|
+ unsigned int *left_list, int left_list_entries,
|
|
|
|
|
+ unsigned int *joined_list, int joined_list_entries,
|
|
|
|
|
+ struct memb_ring_id *ring_id);
|
|
|
|
|
+
|
|
|
void (*pg_deliver_fn) (
|
|
void (*pg_deliver_fn) (
|
|
|
unsigned int nodeid,
|
|
unsigned int nodeid,
|
|
|
struct iovec *iovec,
|
|
struct iovec *iovec,
|