aboutsummaryrefslogtreecommitdiff
path: root/src/ioStreamedHDF5GH.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ioStreamedHDF5GH.h')
-rw-r--r--src/ioStreamedHDF5GH.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/ioStreamedHDF5GH.h b/src/ioStreamedHDF5GH.h
index ea8acba..0f6ae79 100644
--- a/src/ioStreamedHDF5GH.h
+++ b/src/ioStreamedHDF5GH.h
@@ -19,11 +19,8 @@ typedef struct
/* how often to output */
int out_every;
- /* array of variable output requests */
- /* FIXME: make this a linked list of requests
- to allow for multiple requests per variable
- (eg. with different hyperslab parameters) */
- ioSlab **slablist;
+ /* I/O request description list (for all CCTK variables) */
+ ioRequest **requests;
/* the last iteration output */
int *out_last;