public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: STABLE3 - rgmanager: fix fallout from death of alloc library
@ 2009-05-04  7:02 Fabio M. Di Nitto
  0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2009-05-04  7:02 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=18171e7f87de3db99d10eed2258688f71b52ea7c
Commit:        18171e7f87de3db99d10eed2258688f71b52ea7c
Parent:        9f93e46ce2307418d3e0a73a6b78ca51ece479d1
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Mon May 4 09:01:15 2009 +0200
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Mon May 4 09:01:15 2009 +0200

rgmanager: fix fallout from death of alloc library

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 rgmanager/src/clulib/Makefile  |    2 +-
 rgmanager/src/clulib/msgtest.c |    7 -------
 rgmanager/src/daemons/test.c   |    3 ---
 3 files changed, 1 insertions(+), 11 deletions(-)

diff --git a/rgmanager/src/clulib/Makefile b/rgmanager/src/clulib/Makefile
index 6595953..52cd438 100644
--- a/rgmanager/src/clulib/Makefile
+++ b/rgmanager/src/clulib/Makefile
@@ -23,7 +23,7 @@ CFLAGS += -I$(S)/../../include
 CFLAGS += -I${incdir}
 
 LDFLAGS += -L${cmanlibdir} -lcman 
-LDFLAGS += -L. -lclulib -llalloc
+LDFLAGS += -L. -lclulib
 LDFLAGS += -lpthread
 LDFLAGS += -L${logtlibdir} -llogthread
 LDFLAGS += -L${libdir}
diff --git a/rgmanager/src/clulib/msgtest.c b/rgmanager/src/clulib/msgtest.c
index 609cd10..478ab2f 100644
--- a/rgmanager/src/clulib/msgtest.c
+++ b/rgmanager/src/clulib/msgtest.c
@@ -160,11 +160,6 @@ side_message(msgctx_t *ctx)
 	return 0;
 }
 
-
-void
-malloc_dump_table(int, int);
-
-
 void
 sigusr2_handler(int sig)
 {
@@ -274,7 +269,5 @@ main(int argc, char **argv)
 
 	cman_finish(clu);
 
-	malloc_dump_table(0, 1024);
-
 	exit(0);
 }
diff --git a/rgmanager/src/daemons/test.c b/rgmanager/src/daemons/test.c
index 26033b6..8b6b441 100644
--- a/rgmanager/src/daemons/test.c
+++ b/rgmanager/src/daemons/test.c
@@ -82,7 +82,6 @@ out_unlock:
 
 
 void _no_op_mode(int);
-void malloc_dump_table(void);
 char *agentpath = RESOURCE_ROOTDIR;
 
 
@@ -480,11 +479,9 @@ main(int argc, char **argv)
 
 	usage(arg0);
 	xmlCleanupParser();
-	malloc_dump_table();
 	return 1;
 
 out:
 	xmlCleanupParser();
-	malloc_dump_table();
 	return ret;
 }


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-04  7:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-04  7:02 cluster: STABLE3 - rgmanager: fix fallout from death of alloc library Fabio M. Di Nitto

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 read-only IMAP folder(s) and NNTP newsgroup(s).