public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: master - cman: make testcmanquorum1 compile
@ 2009-01-09 16:22 Christine Caulfield
  0 siblings, 0 replies; only message in thread
From: Christine Caulfield @ 2009-01-09 16:22 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=3a4eab96426ad3312a4616488a58071ed6b460a4
Commit:        3a4eab96426ad3312a4616488a58071ed6b460a4
Parent:        c5aea48bfbd78315f996094f1336a194b1f499a2
Author:        Christine Caulfield <ccaulfie@redhat.com>
AuthorDate:    Fri Jan 9 16:20:58 2009 +0000
Committer:     Christine Caulfield <ccaulfie@redhat.com>
CommitterDate: Fri Jan 9 16:20:58 2009 +0000

cman: make testcmanquorum1 compile

Signed-off-by: Christine Caulfield <ccaulfie@redhat.com>
---
 cman/services/quorum/test/testcmanquorum1.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/cman/services/quorum/test/testcmanquorum1.c b/cman/services/quorum/test/testcmanquorum1.c
index a6c9923..d34c0eb 100644
--- a/cman/services/quorum/test/testcmanquorum1.c
+++ b/cman/services/quorum/test/testcmanquorum1.c
@@ -35,6 +35,7 @@ static char *node_state(int state)
 
 static void cmanquorum_notification_fn(
 	cmanquorum_handle_t handle,
+	uint64_t context,
 	uint32_t quorate,
 	uint32_t node_list_entries,
 	cmanquorum_node_t node_list[]
@@ -68,7 +69,7 @@ int main(int argc, char *argv[])
 	if ( (err=cmanquorum_initialize(&handle, &callbacks)) != CS_OK)
 		fprintf(stderr, "cmanquorum_initialize FAILED: %d\n", err);
 
-	if ( (err = cmanquorum_trackstart(handle, CS_TRACK_CHANGES)) != CS_OK)
+	if ( (err = cmanquorum_trackstart(handle, handle, CS_TRACK_CHANGES)) != CS_OK)
 		fprintf(stderr, "cmanquorum_trackstart FAILED: %d\n", err);
 
 	if ( (err=cmanquorum_getinfo(handle, 0, &info)) != CS_OK)


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

only message in thread, other threads:[~2009-01-09 16:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-09 16:22 cluster: master - cman: make testcmanquorum1 compile Christine Caulfield

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).