public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: "Fabio M. Di Nitto" <fabbione@fedoraproject.org>
To: cluster-cvs-relay@redhat.com
Subject: cluster: STABLE3 - rgmanager: fix fallout from death of alloc library
Date: Mon, 04 May 2009 07:02:00 -0000	[thread overview]
Message-ID: <20090504070203.C184912032B@lists.fedorahosted.org> (raw)

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;
 }


                 reply	other threads:[~2009-05-04  7:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20090504070203.C184912032B@lists.fedorahosted.org \
    --to=fabbione@fedoraproject.org \
    --cc=cluster-cvs-relay@redhat.com \
    /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 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).