mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-03 20:00:48 +00:00
Add ip to deliver_fn callback
(Logical change 1.36) git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@108 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
ffbb2cb19f
commit
dc3e957f9b
@ -80,6 +80,7 @@ int gmi_join (
|
||||
struct gmi_groupname *groupname,
|
||||
void (*deliver_fn) (
|
||||
struct gmi_groupname *groupname,
|
||||
struct in_addr source_addr,
|
||||
struct iovec *iovec,
|
||||
int iov_len),
|
||||
void (*confchg_fn) (
|
||||
|
@ -468,6 +468,7 @@ char delivery_data[MESSAGE_SIZE_MAX];
|
||||
|
||||
static void deliver_fn (
|
||||
struct gmi_groupname *groupname,
|
||||
struct in_addr source_addr,
|
||||
struct iovec *iovec,
|
||||
int iov_len)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user