public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: RHEL5 - rgmanager: Remove references to malloc_dump_table
@ 2009-05-05 18:25 Lon Hohberger
  0 siblings, 0 replies; only message in thread
From: Lon Hohberger @ 2009-05-05 18:25 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=c91d2c721a2dc1af8da48acd64849ba513a8a9fe
Commit:        c91d2c721a2dc1af8da48acd64849ba513a8a9fe
Parent:        1b7460050348c81c78c8ef46d33d17749f59b1bb
Author:        Lon Hohberger <lhh@redhat.com>
AuthorDate:    Tue May 5 12:46:32 2009 -0400
Committer:     Lon Hohberger <lhh@redhat.com>
CommitterDate: Tue May 5 12:47:36 2009 -0400

rgmanager: Remove references to malloc_dump_table

Signed-off-by: Lon Hohberger <lhh@redhat.com>
---
 rgmanager/src/daemons/main.c |    5 -----
 rgmanager/src/daemons/test.c |    3 ---
 2 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/rgmanager/src/daemons/main.c b/rgmanager/src/daemons/main.c
index 96ff67f..e23f8ef 100644
--- a/rgmanager/src/daemons/main.c
+++ b/rgmanager/src/daemons/main.c
@@ -71,7 +71,6 @@ static char *rgmanager_lsname = "rgmanager"; /* XXX default */
 static int status_poll_interval = DEFAULT_CHECK_INTERVAL;
 
 int next_node_id(cluster_member_list_t *membership, int me);
-void malloc_dump_table(FILE *, size_t, size_t);
 
 void
 segfault(int __attribute__ ((unused)) sig)
@@ -706,7 +705,6 @@ dump_internal_state(char *loc)
 	dump_thread_states(fp);
 #endif
 	dump_cluster_ctx(fp);
-	//malloc_dump_table(fp, 1, 16384); /* Only works if alloc.c us used */
  	fclose(fp);
 }
 
@@ -836,9 +834,6 @@ statedump(int __attribute__ ((unused)) sig)
 }
 
 
-void malloc_dump_table(FILE *, size_t, size_t);
-
-
 /*
  * Configure logging based on data in cluster.conf
  */
diff --git a/rgmanager/src/daemons/test.c b/rgmanager/src/daemons/test.c
index fa39fbf..0fb9cf6 100644
--- a/rgmanager/src/daemons/test.c
+++ b/rgmanager/src/daemons/test.c
@@ -95,7 +95,6 @@ out_unlock:
 
 
 void _no_op_mode(int);
-void malloc_dump_table(void);
 char *agentpath = RESOURCE_ROOTDIR;
 
 
@@ -457,11 +456,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-05 18:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-05 18:25 cluster: RHEL5 - rgmanager: Remove references to malloc_dump_table Lon Hohberger

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).