aboutsummaryrefslogtreecommitdiff
path: root/src/ioStreamedHDF5GH.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ioStreamedHDF5GH.h')
-rw-r--r--src/ioStreamedHDF5GH.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/ioStreamedHDF5GH.h b/src/ioStreamedHDF5GH.h
index f8dc2c7..874610a 100644
--- a/src/ioStreamedHDF5GH.h
+++ b/src/ioStreamedHDF5GH.h
@@ -10,6 +10,7 @@
#ifndef _IOSTREAMEDHDF5_IOSTREAMEDHDF5GH_H_
#define _IOSTREAMEDHDF5_IOSTREAMEDHDF5GH_H_
+#include "SocketUtils.h"
#include "CactusPUGHIO/IOHDF5Util/src/ioHDF5UtilGH.h"
@@ -23,11 +24,13 @@ typedef struct
ioRequest **requests;
/* the last iteration output */
- int *out_last;
+ int *out_last;
+
+ /* ports to output data and checkpoint files to */
+ unsigned int data_port, checkpoint_port;
/* sockets to output data and checkpoint files to */
- int data_socket;
- int checkpoint_socket;
+ SOCKET data_socket, checkpoint_socket;
/* file access property list used to write checkpoint files */
hid_t checkpoint_fapl;