public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* fence: master - fenced: fix cpg deliver callback type
@ 2009-06-23  7:29 Fabio M. Di Nitto
  0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2009-06-23  7:29 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/fence.git?p=fence.git;a=commitdiff;h=fa4dbcf8e0be5f2a49c2d2b0086e95d7e86e24a6
Commit:        fa4dbcf8e0be5f2a49c2d2b0086e95d7e86e24a6
Parent:        9925e331dc5e5804070e20ae0eb88ac397f84ec4
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Tue Jun 23 09:28:14 2009 +0200
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Tue Jun 23 09:28:14 2009 +0200

fenced: fix cpg deliver callback type

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 fence/fenced/cpg.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fence/fenced/cpg.c b/fence/fenced/cpg.c
index e5dd700..2d32aaf 100644
--- a/fence/fenced/cpg.c
+++ b/fence/fenced/cpg.c
@@ -1279,8 +1279,8 @@ static void fd_header_in(struct fd_header *hd)
 	hd->msgdata     = le32_to_cpu(hd->msgdata);
 }
 
-static void deliver_cb(cpg_handle_t handle, struct cpg_name *group_name,
-		       uint32_t nodeid, uint32_t pid, void *data, int len)
+static void deliver_cb(cpg_handle_t handle, const struct cpg_name *group_name,
+		       uint32_t nodeid, uint32_t pid, void *data, size_t len)
 {
 	struct fd *fd;
 	struct fd_header *hd;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-23  7:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-23  7:29 fence: master - fenced: fix cpg deliver callback type Fabio M. Di Nitto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).