* [Cluster-devel] cluster/rgmanager/src daemons/reslist.c utils/ ...
@ 2007-01-26 21:06 lhh
0 siblings, 0 replies; 2+ messages in thread
From: lhh @ 2007-01-26 21:06 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: STABLE
Changes by: lhh at sourceware.org 2007-01-26 21:06:01
Modified files:
rgmanager/src/daemons: reslist.c
rgmanager/src/utils: clustat.c
Log message:
Merge clustat fix from RHEL4 branch
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/reslist.c.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.6.2.4.6.4&r2=1.6.2.4.6.5
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/utils/clustat.c.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.5.2.3.6.10&r2=1.5.2.3.6.11
--- cluster/rgmanager/src/daemons/reslist.c 2007/01/26 20:47:16 1.6.2.4.6.4
+++ cluster/rgmanager/src/daemons/reslist.c 2007/01/26 21:06:01 1.6.2.4.6.5
@@ -771,7 +771,6 @@
"Error storing %s resource\n",
newres->r_rule->rr_type);
#endif
-
destroy_resource(newres);
}
--- cluster/rgmanager/src/utils/clustat.c 2007/01/22 23:10:01 1.5.2.3.6.10
+++ cluster/rgmanager/src/utils/clustat.c 2007/01/26 21:06:01 1.5.2.3.6.11
@@ -234,9 +234,6 @@
}
if (!m) {
- printf("%s not found\n", these->cml_members[x].cm_name);
- /* WTF? It's not in our config */
- printf("realloc %d\n", (int)cml_size((all->cml_count+1)));
all = realloc(all, cml_size((all->cml_count+1)));
if (!all) {
perror("realloc");
^ permalink raw reply [flat|nested] 2+ messages in thread* [Cluster-devel] cluster/rgmanager/src daemons/reslist.c utils/ ...
@ 2007-01-26 21:02 lhh
0 siblings, 0 replies; 2+ messages in thread
From: lhh @ 2007-01-26 21:02 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL4
Changes by: lhh at sourceware.org 2007-01-26 21:02:28
Modified files:
rgmanager/src/daemons: reslist.c
rgmanager/src/utils: clustat.c
Log message:
Remove debug lines in clustat
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/reslist.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.6.2.8&r2=1.6.2.9
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/utils/clustat.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.5.2.15&r2=1.5.2.16
--- cluster/rgmanager/src/daemons/reslist.c 2007/01/26 18:59:11 1.6.2.8
+++ cluster/rgmanager/src/daemons/reslist.c 2007/01/26 21:02:27 1.6.2.9
@@ -771,7 +771,6 @@
"Error storing %s resource\n",
newres->r_rule->rr_type);
#endif
-
destroy_resource(newres);
}
--- cluster/rgmanager/src/utils/clustat.c 2006/12/13 18:19:56 1.5.2.15
+++ cluster/rgmanager/src/utils/clustat.c 2007/01/26 21:02:28 1.5.2.16
@@ -234,9 +234,6 @@
}
if (!m) {
- printf("%s not found\n", these->cml_members[x].cm_name);
- /* WTF? It's not in our config */
- printf("realloc %d\n", (int)cml_size((all->cml_count+1)));
all = realloc(all, cml_size((all->cml_count+1)));
if (!all) {
perror("realloc");
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-01-26 21:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-26 21:06 [Cluster-devel] cluster/rgmanager/src daemons/reslist.c utils/ lhh
-- strict thread matches above, loose matches on Subject: below --
2007-01-26 21:02 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).