aboutsummaryrefslogtreecommitdiff
path: root/src/ioStreamedHDF5GH.h
diff options
context:
space:
mode:
authortradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2004-06-09 10:42:16 +0000
committertradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2004-06-09 10:42:16 +0000
commite961965209efcaa0c7a227b946d7145e6eef79d4 (patch)
tree319861d94cdcd9410bdb18bdad5cce74d038f6c4 /src/ioStreamedHDF5GH.h
parent0ed3003a1e71cafc2601888d27301e356954f98b (diff)
After setup, do an initial I/O parameter parsing and warn/stop on parsing errors
(depending on IO::strict_io_parameter_check). You will also need to update CactusBase/IOUtil. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@107 0888f3d4-9f52-45d2-93bc-d00801ff5e46
Diffstat (limited to 'src/ioStreamedHDF5GH.h')
-rw-r--r--src/ioStreamedHDF5GH.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ioStreamedHDF5GH.h b/src/ioStreamedHDF5GH.h
index 6f7c1b5..7e337c8 100644
--- a/src/ioStreamedHDF5GH.h
+++ b/src/ioStreamedHDF5GH.h
@@ -49,6 +49,10 @@ typedef struct
/* filename for advertising the hostname / port number information */
char *advertised_filename;
+
+ /* stop on I/O parameter parsing errors ? */
+ int stop_on_parse_errors;
+
} ioStreamedHDF5GH;
#ifdef __cplusplus
@@ -65,6 +69,8 @@ int IOStreamedHDF5_Recover (cGH *GH, const char *basefilename, int called_from);
/* other function prototypes */
int IOStreamedHDF5_Write (const cGH *GH, int vindex, const char *alias);
+void IOStreamedHDF5_CheckSteerableParameters (const cGH *GH,
+ ioStreamedHDF5GH *myGH);
#ifdef __cplusplus
} // extern "C"