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:
Steven Dake 2004-07-13 03:51:52 +00:00
parent ffbb2cb19f
commit dc3e957f9b
2 changed files with 2 additions and 0 deletions

View File

@ -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) (

View File

@ -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)
{