mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-02 21:16:56 +00:00
Remove extra unused parameter to exec messages.
(Logical change 1.22) git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@60 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
6e3637ac98
commit
bc5fe2a786
@ -37,9 +37,9 @@
|
||||
#include <netinet/in.h>
|
||||
|
||||
struct service_handler {
|
||||
int (**libais_handler_fns) (int fd, void *);
|
||||
int (**libais_handler_fns) (int fd, void *msg);
|
||||
int libais_handler_fns_count;
|
||||
int (**aisexec_handler_fns) (int fd, void *);
|
||||
int (**aisexec_handler_fns) (void *msg);
|
||||
int aisexec_handler_fns_count;
|
||||
int (*confchg_fn) (
|
||||
struct sockaddr_in *member_list, int member_list_entries,
|
||||
|
Loading…
Reference in New Issue
Block a user