mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-03 20:00:48 +00:00
Add ability to pass key and keylen to gmi_init.
Add ability to set security logging value. (Logical change 1.52) git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@163 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
d6d2d32ea7
commit
d379732558
@ -59,6 +59,7 @@ poll_handle *gmi_poll_handle;
|
||||
*/
|
||||
void gmi_log_printf_init (
|
||||
void (*log_printf) (int , char *, ...),
|
||||
int log_level_security,
|
||||
int log_level_error,
|
||||
int log_level_warning,
|
||||
int log_level_notice,
|
||||
@ -71,7 +72,10 @@ int gmi_init (
|
||||
struct sockaddr_in *sockaddr_mcast,
|
||||
struct sockaddr_in *sockaddr_bindnet,
|
||||
poll_handle *poll_handle,
|
||||
struct sockaddr_in *bound_to);
|
||||
struct sockaddr_in *bound_to,
|
||||
unsigned char *private_key,
|
||||
int private_key_len);
|
||||
|
||||
|
||||
/*
|
||||
* Join a multicast group
|
||||
|
Loading…
Reference in New Issue
Block a user