* [Cluster-devel] cluster/rgmanager ChangeLog include/reslist.h
@ 2007-10-03 21:04 lhh
0 siblings, 0 replies; 2+ messages in thread
From: lhh @ 2007-10-03 21:04 UTC (permalink / raw)
To: cluster-devel.redhat.com
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@redhat.com>
+2007-10-03 Lon hohberger <lhh@redhat.com>
+ * ChangeLog: Fix dates.
+ * include/reslist.h: Actually commit fix for #310981
+
+2007-09-28 Lon hohberger <lhh@redhat.com>
* include/reslist.h, src/daemons/resgroup.c, restree.c:
Fix #310981
-2007-10-25 Lon Hohberger <lhh@redhat.com>
+2007-09-25 Lon Hohberger <lhh@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 {
^ permalink raw reply [flat|nested] 2+ messages in thread* [Cluster-devel] cluster/rgmanager ChangeLog include/reslist.h
@ 2007-10-03 21:06 lhh
0 siblings, 0 replies; 2+ messages in thread
From: lhh @ 2007-10-03 21:06 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL46
Changes by: lhh at sourceware.org 2007-10-03 21:06:20
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=RHEL46&r1=1.5.2.32&r2=1.5.2.32.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/include/reslist.h.diff?cvsroot=cluster&only_with_tag=RHEL46&r1=1.8.2.7&r2=1.8.2.7.2.1
--- cluster/rgmanager/ChangeLog 2007/09/28 15:14:52 1.5.2.32
+++ cluster/rgmanager/ChangeLog 2007/10/03 21:06:19 1.5.2.32.2.1
@@ -1,8 +1,12 @@
-2007-10-28 Lon hohberger <lhh@redhat.com>
+2007-10-03 Lon hohberger <lhh@redhat.com>
+ * ChangeLog: Fix dates.
+ * include/reslist.h: Actually commit fix for #310981
+
+2007-09-28 Lon hohberger <lhh@redhat.com>
* include/reslist.h, src/daemons/resgroup.c, restree.c:
Fix #310981
-2007-10-25 Lon Hohberger <lhh@redhat.com>
+2007-09-25 Lon Hohberger <lhh@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:06:19 1.8.2.7.2.1
@@ -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 {
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-03 21:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-03 21:04 [Cluster-devel] cluster/rgmanager ChangeLog include/reslist.h lhh
-- strict thread matches above, loose matches on Subject: below --
2007-10-03 21:06 lhh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).