aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-09-17 17:52:41 +0000
committergoodale <goodale@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-09-17 17:52:41 +0000
commit4362b100f0ae92fb8e3f5fcb0453d66baac4fad3 (patch)
tree24f14d55481c4799a1d0e04c1437e64eee368d78
parent06df674aaf1284add18916fdb3752d3fe0a01721 (diff)
#ifdefing out the listener database on the GH extension.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@89 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
-rw-r--r--src/ioGH.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ioGH.h b/src/ioGH.h
index 4bad316..0af8004 100644
--- a/src/ioGH.h
+++ b/src/ioGH.h
@@ -94,10 +94,12 @@ typedef struct IOGH {
/* for data file reader */
char *do_inVars; /* flags indicating to read in variable [i] */
-
+#if 0
+ /* TG: This doesn't need to be held on a GH by GH basis.
/* database holding all registered listeners for file advertising */
pNamedData *listener_DB;
+#endif
} ioGH;
/* enums for checkpointing/recovery and filereader functions */