From: lhh@sourceware.org <lhh@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster/rgmanager ChangeLog include/reslist.h
Date: 3 Oct 2007 21:06:20 -0000 [thread overview]
Message-ID: <20071003210620.29706.qmail@sourceware.org> (raw)
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 {
next reply other threads:[~2007-10-03 21:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-03 21:06 lhh [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-10-03 21:04 [Cluster-devel] cluster/rgmanager ChangeLog include/reslist.h lhh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20071003210620.29706.qmail@sourceware.org \
--to=lhh@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.