aboutsummaryrefslogtreecommitdiff
path: root/src/ioStreamedHDF5GH.h
diff options
context:
space:
mode:
authortradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2001-03-15 16:15:14 +0000
committertradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2001-03-15 16:15:14 +0000
commitf605e095033cd0fe7bec60a760d68ff11bb736d9 (patch)
treeabf83ba375bd480c25cf23970dd9ae9148121921 /src/ioStreamedHDF5GH.h
parent9275c5097d530aeaea9058e82cdaa2d07a380f6c (diff)
Clean up the temporary advertised file at termination.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@65 0888f3d4-9f52-45d2-93bc-d00801ff5e46
Diffstat (limited to 'src/ioStreamedHDF5GH.h')
-rw-r--r--src/ioStreamedHDF5GH.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ioStreamedHDF5GH.h b/src/ioStreamedHDF5GH.h
index 2ec98f6..d770bb6 100644
--- a/src/ioStreamedHDF5GH.h
+++ b/src/ioStreamedHDF5GH.h
@@ -40,6 +40,8 @@ typedef struct
int print_timing_info;
int timers[IOHDF5_NUM_TIMERS];
+ /* filename for advertising the hostname / port number information */
+ char *advertised_filename;
} ioStreamedHDF5GH;
#ifdef __cplusplus