aboutsummaryrefslogtreecommitdiff
path: root/src/ioStreamedHDF5GH.h
diff options
context:
space:
mode:
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"