[Cluster-devel] cluster/rgmanager ChangeLog include/reslist.h

lhh at sourceware.org lhh at sourceware.org
Wed Oct 3 21:04:05 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	lhh at sourceware.org	2007-10-03 21:04:04

Modified files:
	rgmanager      : ChangeLog 
	rgmanager/include: reslist.h 

Log message:
	Fix 310981

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.5.2.32&r2=1.5.2.33
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/include/reslist.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.8.2.7&r2=1.8.2.8

--- cluster/rgmanager/ChangeLog	2007/09/28 15:14:52	1.5.2.32
+++ cluster/rgmanager/ChangeLog	2007/10/03 21:04:04	1.5.2.33
@@ -1,8 +1,12 @@
-2007-10-28 Lon hohberger <lhh at redhat.com>
+2007-10-03 Lon hohberger <lhh at redhat.com>
+	* ChangeLog: Fix dates.
+	* include/reslist.h: Actually commit fix for #310981
+
+2007-09-28 Lon hohberger <lhh at redhat.com>
 	* include/reslist.h, src/daemons/resgroup.c, restree.c:
 	Fix #310981
 
-2007-10-25 Lon Hohberger <lhh at redhat.com>
+2007-09-25 Lon Hohberger <lhh at redhat.com>
 	* src/resources/clusterfs.sh: Make self_fence work. #252241
 	* src/resources/SAPInstance, SAPDatabase, Makefile: Add 
 	SAP resource agents #204084
--- cluster/rgmanager/include/reslist.h	2007/05/03 15:02:46	1.8.2.7
+++ cluster/rgmanager/include/reslist.h	2007/10/03 21:04:04	1.8.2.8
@@ -101,6 +101,7 @@
 	time_t	ra_last;
 	time_t	ra_interval;
 	int	ra_depth;
+	int 	_pad_;
 } resource_act_t;
 
 
@@ -138,6 +139,10 @@
 	resource_act_t	*rn_actions;
 	int	rn_state; /* State of this instance of rn_resource */
 	int	rn_flags;
+	int	rn_last_status;
+	int 	rn_last_depth;
+	int	rn_checked;
+	int	rn_pad;
 } resource_node_t;
 
 typedef struct _fod_node {




More information about the Cluster-devel mailing list