mirror_corosync/exec
Steven Dake b800167c9f Fix problem where AMF locks up system if two or more components are members
of the same service unit.  Also fixes problem where AMF asserts if two or
more components are specified in a service unit.


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1095 fd59a12c-fef9-0310-b244-a6a79926bd2f
2006-06-27 23:42:38 +00:00
..
aisparser.c The redundant ring take 4 patch. This includes modes for active, passive, 2006-05-19 19:49:40 +00:00
aispoll.c deferred timer system so that timers may be deferred during synchronization. 2006-06-16 19:51:55 +00:00
aispoll.h deferred timer system so that timers may be deferred during synchronization. 2006-06-16 19:51:55 +00:00
amf.c AMF changes: 2006-06-27 08:49:07 +00:00
amf.h AMF changes: 2006-06-27 08:49:07 +00:00
amfapp.c AMF changes: 2006-06-27 08:49:07 +00:00
amfcluster.c AMF changes: 2006-06-27 08:49:07 +00:00
amfcomp.c AMF changes: 2006-06-27 08:49:07 +00:00
amfnode.c Refactoring of AMF into several files (based on classed in inf. 2006-06-20 06:45:16 +00:00
amfsg.c AMF changes: 2006-06-27 08:49:07 +00:00
amfsi.c AMF changes: 2006-06-27 08:49:07 +00:00
amfsu.c Fix problem where AMF locks up system if two or more components are members 2006-06-27 23:42:38 +00:00
amfutil.c AMF changes: 2006-06-27 08:49:07 +00:00
cfg.c Modify AMF to use new timer.c/timer.h routines properly 2006-06-21 21:32:03 +00:00
ckpt.c Modify AMF to use new timer.c/timer.h routines properly 2006-06-21 21:32:03 +00:00
clm.c Modify AMF to use new timer.c/timer.h routines properly 2006-06-21 21:32:03 +00:00
config.h Use objdb for configuration. All components now get a reference to 2006-04-06 10:31:28 +00:00
cpg.c Make cpg 32/64 userland safe and endian safe. 2006-06-23 18:38:25 +00:00
crypto.c Fabien's patch for the BSD/Darwin port. 2006-02-21 07:32:00 +00:00
crypto.h Remove unused code. 2004-09-15 20:20:07 +00:00
evs.c Modify AMF to use new timer.c/timer.h routines properly 2006-06-21 21:32:03 +00:00
evt.c Modify AMF to use new timer.c/timer.h routines properly 2006-06-21 21:32:03 +00:00
ipc.c Fix 32/64 endian for all services from a previous missed commit. 2006-06-27 23:37:06 +00:00
ipc.h 32/64/mixed endian support for checkpoint service. 2006-06-21 21:15:16 +00:00
jhash.h Add cpg (closed process groups) component. 2006-03-03 08:46:45 +00:00
keygen.c - Preprocessor flags to control user, group and directory for 2006-05-10 06:20:00 +00:00
lck.c Modify AMF to use new timer.c/timer.h routines properly 2006-06-21 21:32:03 +00:00
lck.h 1049 2006-02-01 21:17:47 +00:00
main.c New make release in top level makefile 2006-06-21 23:03:11 +00:00
main.h 32/64/mixed endian support for checkpoint service. 2006-06-21 21:15:16 +00:00
mainconfig.c Allow the syslog facility type to be set in the configuration file. 2006-05-19 07:36:49 +00:00
mainconfig.h Fix dependencies and install all header files for external service handlers. 2006-06-16 19:16:22 +00:00
Makefile Removed ais_amf.h and instead point all refs to saAmf.h 2006-06-26 20:30:15 +00:00
mempool.c (Logical change 1.3) 2004-06-15 22:18:04 +00:00
mempool.h (Logical change 1.3) 2004-06-15 22:18:04 +00:00
msg.c Modify AMF to use new timer.c/timer.h routines properly 2006-06-21 21:32:03 +00:00
objdb.c This patch reworks IPC to use threads instead of the main poll loop 2006-04-27 01:39:10 +00:00
objdb.h defect 1139 2006-03-18 21:00:19 +00:00
openais-instantiate.c enhancement 1020 2006-01-03 05:51:38 +00:00
print.c 32/64/mixed endian support for checkpoint service. 2006-06-21 21:15:16 +00:00
print.h Fix dependencies and install all header files for external service handlers. 2006-06-16 19:16:22 +00:00
profile (Logical change 1.3) 2004-06-15 22:18:04 +00:00
service.c - printouts buffered before log_setup() has been called, flushed at early exit. 2006-05-03 08:45:44 +00:00
service.h Fix dependencies and install all header files for external service handlers. 2006-06-16 19:16:22 +00:00
sync.c 32/64/mixed endian support for checkpoint service. 2006-06-21 21:15:16 +00:00
sync.h add vsf none option for those that don't want a virtual synchrony filter 2006-04-30 04:52:21 +00:00
timer.c Corrected timer deadlock that occurs when a timer add or delete operation 2006-06-26 20:30:44 +00:00
timer.h AMF changes: 2006-06-27 08:49:07 +00:00
tlist.h deferred timer system so that timers may be deferred during synchronization. 2006-06-16 19:51:55 +00:00
totem.h The redundant ring take 4 patch. This includes modes for active, passive, 2006-05-19 19:49:40 +00:00
totemconfig.c Fix segfault if rrp_mode: MODE isn't set in configuration file. 2006-05-26 04:22:55 +00:00
totemconfig.h The redundant ring take 4 patch. This includes modes for active, passive, 2006-05-19 19:49:40 +00:00
totemip.c getaddrinfo() doesn't actually set errno, it has its own error variable, so 2006-05-15 13:38:25 +00:00
totemip.h Fabien's patch for the BSD/Darwin port. 2006-02-21 07:32:00 +00:00
totemmrp.c The redundant ring take 4 patch. This includes modes for active, passive, 2006-05-19 19:49:40 +00:00
totemmrp.h The redundant ring take 4 patch. This includes modes for active, passive, 2006-05-19 19:49:40 +00:00
totemnet.c The redundant ring take 4 patch. This includes modes for active, passive, 2006-05-19 19:49:40 +00:00
totemnet.h The redundant ring take 4 patch. This includes modes for active, passive, 2006-05-19 19:49:40 +00:00
totempg.c The redundant ring take 4 patch. This includes modes for active, passive, 2006-05-19 19:49:40 +00:00
totempg.h Fix dependencies and install all header files for external service handlers. 2006-06-16 19:16:22 +00:00
totemrrp.c code analysis found a memset overwrote a data structure. 2006-05-26 02:09:48 +00:00
totemrrp.h The redundant ring take 4 patch. This includes modes for active, passive, 2006-05-19 19:49:40 +00:00
totemsrp.c Fix off by one error in totemsrp. 2006-06-19 22:59:32 +00:00
totemsrp.h The redundant ring take 4 patch. This includes modes for active, passive, 2006-05-19 19:49:40 +00:00
util.c Modify AMF to use new timer.c/timer.h routines properly 2006-06-21 21:32:03 +00:00
util.h 32/64/mixed endian support for checkpoint service. 2006-06-21 21:15:16 +00:00
version.h New make release in top level makefile 2006-06-21 23:03:11 +00:00
vsf_ykd.c The redundant ring take 4 patch. This includes modes for active, passive, 2006-05-19 19:49:40 +00:00
vsf.h The redundant ring take 4 patch. This includes modes for active, passive, 2006-05-19 19:49:40 +00:00
wthread.c enhancmement 821 2005-08-17 19:17:45 +00:00
wthread.h enhancmement 821 2005-08-17 19:17:45 +00:00