[Openais] evt service code checked in

Mark Haverkamp markh at osdl.org
Tue Sep 28 12:30:14 PDT 2004


Changeset info:
# ChangeSet
#   2004/09/28 11:29:14-07:00 markh at markh1.pdx.osdl.net 
#   Mostly event service updates to handle recovery after a 
#   configuration change. (Selecting next event ID and sending retained
#   events to the joiner).
#
# exec/util.h
#   2004/09/28 11:29:14-07:00 markh at markh1.pdx.osdl.net +49 -0
# 
# exec/util.c
#   2004/09/28 11:29:14-07:00 markh at markh1.pdx.osdl.net +73 -0
# 
# test/subscription.c
#   2004/09/28 11:29:14-07:00 markh at markh1.pdx.osdl.net +6 -1
#   added a semi-quiet mode.
# 
# test/Makefile
#   2004/09/28 11:29:14-07:00 markh at markh1.pdx.osdl.net +1 -1
#   testparse.c needs util.o now.
# 
# lib/evt.c
#   2004/09/28 11:29:14-07:00 markh at markh1.pdx.osdl.net +0 -16
#   Remove some old TODO comments.
# 
# include/ais_msg.h
#   2004/09/28 11:29:14-07:00 markh at markh1.pdx.osdl.net +29 -8
#   Updates for evt to handle recovery after a config change.
# 
# exec/util.h
#   2004/09/28 11:29:14-07:00 markh at markh1.pdx.osdl.net +0 -0
#   BitKeeper file /home/localmarkh/views/BK/openais_event/exec/util.h
# 
# exec/util.c
#   2004/09/28 11:29:14-07:00 markh at markh1.pdx.osdl.net +0 -0
#   BitKeeper file /home/localmarkh/views/BK/openais_event/exec/util.c
# 
# exec/parse.h
#   2004/09/28 11:29:14-07:00 markh at markh1.pdx.osdl.net +0 -2
#   Moved the SaNameTisNNameT function to util.c and called it name_match.
# 
# exec/parse.c
#   2004/09/28 11:29:14-07:00 markh at markh1.pdx.osdl.net +2 -10
#   Moved the SaNameTisNNameT function to util.c and called it name_match.
# 
# exec/evt.c
#   2004/09/28 11:29:14-07:00 markh at markh1.pdx.osdl.net +703 -221
#   evt code updated to handle cluster config changes better.  Now,
#   when a node joins, it is sent any retained events that have time
#   left on them. Also, if the joining node had been a part of the cluster
#   in the past, it is sent the next event ID that it should use so as to
#   not generate duplicate event IDs. Channel open requests are now 
#   completed in the exec handler, with channel close code to follow later.
# 
# exec/ckpt.c
#   2004/09/28 11:29:14-07:00 markh at markh1.pdx.osdl.net +2 -1
#   Replace SaNameTisNameT with name_match from util.[ch]
# 
# exec/amf.c
#   2004/09/28 11:29:14-07:00 markh at markh1.pdx.osdl.net +5 -4
#   Replace SaNameTisNameT with name_match from util.[ch]
# 
# exec/Makefile
#   2004/09/28 11:29:14-07:00 markh at markh1.pdx.osdl.net +27 -12
#   Added util.[ch] for time and SaNameT match functions.  Also updated 
#   dependencies.
#
-- 
Mark Haverkamp <markh at osdl.org>




More information about the Openais mailing list