|
|
@@ -1,5 +1,5 @@
|
|
|
Copyright (c) 2002-2004 MontaVista Software, Inc.
|
|
|
-Copyright (c) 2006 Red Hat, Inc.
|
|
|
+Copyright (c) 2006, 2009 Red Hat, Inc.
|
|
|
|
|
|
All rights reserved.
|
|
|
|
|
|
@@ -923,10 +923,10 @@ struct corosync_service_handler {
|
|
|
int exec_service_count;
|
|
|
void (*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);
|
|
|
+ const unsigned int *member_list, size_t member_list_entries,
|
|
|
+ const unsigned int *left_list, size_t left_list_entries,
|
|
|
+ const unsigned int *joined_list, size_t joined_list_entries,
|
|
|
+ const struct memb_ring_id *ring_id);
|
|
|
void (*sync_init) (void);
|
|
|
int (*sync_process) (void);
|
|
|
void (*sync_activate) (void);
|