From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17237 invoked by alias); 23 Jun 2009 07:24:25 -0000 Received: (qmail 17226 invoked by alias); 23 Jun 2009 07:24:24 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bastion2.fedora.phx.redhat.com Subject: cluster: STABLE3 - cman: use api->shutdown_request instead of api->request_shutdown To: cluster-cvs-relay@redhat.com X-Project: Cluster Project X-Git-Module: cluster.git X-Git-Refname: refs/heads/STABLE3 X-Git-Reftype: branch X-Git-Oldrev: b8be49050c6f98c975f918ad3def62b5c036c4e5 X-Git-Newrev: 26ec8a8072a5bc9b4f74ed1075460fc9bd27cbd2 From: Christine Caulfield Message-Id: <20090623072353.A5158120366@lists.fedorahosted.org> Date: Tue, 23 Jun 2009 07:24:00 -0000 X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00704.txt.bz2 Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=26ec8a8072a5bc9b4f74ed1075460fc9bd27cbd2 Commit: 26ec8a8072a5bc9b4f74ed1075460fc9bd27cbd2 Parent: b8be49050c6f98c975f918ad3def62b5c036c4e5 Author: Christine Caulfield AuthorDate: Tue Jun 23 08:23:03 2009 +0100 Committer: Christine Caulfield CommitterDate: Tue Jun 23 08:23:03 2009 +0100 cman: use api->shutdown_request instead of api->request_shutdown It was renamed in corosync. Don't ask. Signed-off-by: Christine Caulfield --- cman/daemon/ais.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cman/daemon/ais.c b/cman/daemon/ais.c index a1092c0..3b0a2db 100644 --- a/cman/daemon/ais.c +++ b/cman/daemon/ais.c @@ -336,7 +336,7 @@ static void cman_confchg_fn(enum totem_configuration_type configuration_type, void corosync_shutdown(void) { - corosync->request_shutdown(); + corosync->shutdown_request(); } /* Write an error message down the CMAN startup pipe so