Committed as revision 1689. Angus
>>> On Fri, Nov 7, 2008 at 10:39 AM, in message <[EMAIL PROTECTED]>, Steven Dake <[EMAIL PROTECTED]> wrote: > good for merge > > great work! > > -steve > > On Fri, 2008-11-07 at 10:04 +1300, angus salkeld wrote: >> Hi >> >> This includes the rename of identifiers from corosync to cs. >> >> I ran up corosync using the aisexec script and all seemed OK. >> -No missing symbols etc ... >> -all plugins loaded. >> >> openais builds/runs fine (some new warnings which I will sort out > separately). >> >> Regards >> Angus >> --- >> Makefile | 2 +- >> exec/apidef.c | 26 ++-- >> exec/flow.c | 58 ++++---- >> exec/flow.h | 22 ++-- >> exec/ipc.c | 76 +++++----- >> exec/ipc.h | 26 ++-- >> exec/main.c | 6 +- >> exec/main.h | 2 +- >> exec/mainconfig.c | 2 +- >> exec/sync.c | 2 +- >> exec/timer.c | 2 +- >> exec/totemconfig.h | 2 +- >> exec/util.c | 30 ++-- >> exec/util.h | 12 +- >> exec/vsf_quorum.c | 30 ++-- >> include/corosync/ais_util.h | 38 ++-- >> include/corosync/cfg.h | 46 +++--- >> include/corosync/confdb.h | 75 +++------ >> include/corosync/corotypes.h | 178 ++++++++++++++++++++ >> include/corosync/cpg.h | 50 ++---- >> include/corosync/engine/coroapi.h | 59 ++++--- >> include/corosync/evs.h | 43 ++---- >> include/corosync/ipc_cfg.h | 10 +- >> include/corosync/ipc_confdb.h | 2 +- >> include/corosync/ipc_cpg.h | 2 +- >> include/corosync/ipc_evs.h | 3 +- >> include/corosync/ipc_gen.h | 2 +- >> include/corosync/ipc_pload.h | 2 +- >> include/corosync/ipc_quorum.h | 2 +- >> include/corosync/mar_gen.h | 16 +- >> include/corosync/quorum.h | 39 +---- >> include/corosync/saAis.h | 152 ----------------- >> lib/cfg.c | 160 +++++++++--------- >> lib/confdb.c | 328 >> ++++++++++++++++++------------------ >> lib/cpg.c | 136 ++++++++-------- >> lib/evs.c | 104 ++++++------ >> lib/pload.c | 26 ++-- >> lib/quorum.c | 114 +++++++------- >> lib/sa-confdb.c | 8 +- >> lib/util.c | 146 ++++++++-------- >> lib/util.h | 24 ++-- >> services/cfg.c | 56 +++--- >> services/confdb.c | 108 ++++++------ >> services/cpg.c | 60 ++++---- >> services/evs.c | 38 ++-- >> services/pload.c | 6 +- >> test/cpgbench.c | 14 +- >> test/evsbench.c | 10 +- >> test/evsverify.c | 9 +- >> test/sa_error.c | 64 ++++---- >> test/sa_error.h | 6 +- >> test/testconfdb.c | 40 +++--- >> test/testcpg.c | 12 +- >> test/testcpg2.c | 11 +- >> test/testevs.c | 17 +- >> test/testquorum.c | 10 +- >> tools/corosync-cfgtool.c | 46 +++--- >> tools/corosync-objctl.c | 88 +++++----- >> tools/corosync-pload.c | 2 +- >> 59 files changed, 1307 insertions(+), 1353 deletions(-) >> create mode 100644 include/corosync/corotypes.h >> delete mode 100644 include/corosync/saAis.h >> _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
