aboutsummaryrefslogtreecommitdiff
path: root/src/ioStreamedHDF5GH.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ioStreamedHDF5GH.h')
-rw-r--r--src/ioStreamedHDF5GH.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ioStreamedHDF5GH.h b/src/ioStreamedHDF5GH.h
index 823cfcc..ea8acba 100644
--- a/src/ioStreamedHDF5GH.h
+++ b/src/ioStreamedHDF5GH.h
@@ -23,7 +23,7 @@ typedef struct
/* FIXME: make this a linked list of requests
to allow for multiple requests per variable
(eg. with different hyperslab parameters) */
- ioHDF5Geo_t **geo_output;
+ ioSlab **slablist;
/* the last iteration output */
int *out_last;
@@ -49,7 +49,7 @@ extern "C"
{
#endif
-/* prototypes of functions to be registered as IOStreamedHDF5's IO method */
+/* prototypes of functions to be registered as IOStreamedHDF5's I/O method */
int IOStreamedHDF5_OutputGH (const cGH *GH);
int IOStreamedHDF5_TriggerOutput (const cGH *GH, int);
int IOStreamedHDF5_TimeFor (const cGH *GH, int);