From: rmccabe@sourceware.org <rmccabe@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster/magma/lib magma.h
Date: 10 Oct 2007 17:13:58 -0000 [thread overview]
Message-ID: <20071010171358.29820.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL4
Changes by: rmccabe at sourceware.org 2007-10-10 17:13:57
Modified files:
magma/lib : magma.h
Log message:
Don't use 'new' as an identifier in function prototypes to allow the header to be included by C++ programs.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/magma/lib/magma.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.9.2.4&r2=1.9.2.5
--- cluster/magma/lib/Attic/magma.h 2006/06/16 19:54:07 1.9.2.4
+++ cluster/magma/lib/Attic/magma.h 2007/10/10 17:13:57 1.9.2.5
@@ -215,9 +215,9 @@
* memberlist.c: Membership deltas.
*/
cluster_member_list_t *memb_gained(cluster_member_list_t *old,
- cluster_member_list_t *new);
+ cluster_member_list_t *new_memb);
cluster_member_list_t *memb_lost(cluster_member_list_t *old,
- cluster_member_list_t *new);
+ cluster_member_list_t *new_memb);
/*
* memberlist.c: Utilities for finding nodes
@@ -234,7 +234,7 @@
* Functions to resolve hostnames to ipv4/ipv6 addresses
*/
int memb_resolve(cluster_member_t *member);
-int memb_resolve_list(cluster_member_list_t *new, cluster_member_list_t *old);
+int memb_resolve_list(cluster_member_list_t *newl, cluster_member_list_t *old);
/*
* address.c: Utilities for dealing with addresses
reply other threads:[~2007-10-10 17:13 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20071010171358.29820.qmail@sourceware.org \
--to=rmccabe@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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 NNTP newsgroup(s).