aboutsummaryrefslogtreecommitdiff
path: root/src/ioFlexGH.h
diff options
context:
space:
mode:
authortradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2005-06-10 11:57:51 +0000
committertradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2005-06-10 11:57:51 +0000
commitcd0851b03d3adebdd32ea4c95cde4f9f0489130c (patch)
tree8ae07124aa367862cfc3540450ff0b58f66d4239 /src/ioFlexGH.h
parentabcb8cf9052052e7e2dbde2a9f27cc2dd8802112 (diff)
Added necessary logic to implement IO::checkpoint_keep as steerable parameter.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@336 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src/ioFlexGH.h')
-rw-r--r--src/ioFlexGH.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ioFlexGH.h b/src/ioFlexGH.h
index a772233..99cd945 100644
--- a/src/ioFlexGH.h
+++ b/src/ioFlexGH.h
@@ -141,6 +141,11 @@ typedef struct IOFlexIOGH
/* 2D slices */
int **sp2xyz;
+ /* ring buffer for list of successfully created cp files */
+ int checkpoint_keep;
+ int cp_fileindex;
+ char **cp_filenames;
+
/* iteration number of the last checkpoint */
int last_checkpoint_iteration;