]> git.proxmox.com Git - mirror_corosync.git/commit
Add infrastructure support for multiring to totem library
authorSteven Dake <sdake@redhat.com>
Fri, 29 Jul 2005 20:55:25 +0000 (20:55 +0000)
committerSteven Dake <sdake@redhat.com>
Fri, 29 Jul 2005 20:55:25 +0000 (20:55 +0000)
commit283790b715f80cb38c03b6e6f5a07791511647eb
treeb21c3e9bc8a66d2020333c47228e37850634c334
parent72df6d9a0f19580c53f1a2b22aa9e863be83e125
Add infrastructure support for multiring to totem library
Make totemsrp support multiple instances of a running protocol within one app.
Rename libtotem to libtotem_pg because of a name conflict with some movie player

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@782 fd59a12c-fef9-0310-b244-a6a79926bd2f
29 files changed:
Makefile
QUICKSTART
conf/openais.conf
exec/Makefile
exec/amf.c
exec/amf.h
exec/ckpt.c
exec/clm.c
exec/evs.c
exec/evt.c
exec/main.c
exec/mainparse.c [new file with mode: 0644]
exec/mainparse.h [new file with mode: 0644]
exec/parse.c [deleted file]
exec/parse.h [deleted file]
exec/print.c
exec/sync.c
exec/sync.h
exec/totem.h
exec/totemmrp.c [new file with mode: 0644]
exec/totemmrp.h [new file with mode: 0644]
exec/totemparse.c [new file with mode: 0644]
exec/totemparse.h [new file with mode: 0644]
exec/totempg.c
exec/totempg.h
exec/totemsrp.c
exec/totemsrp.h
include/sq.h
test/Makefile