summaryrefslogtreecommitdiff
path: root/src/include/cctk_Schedule.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/cctk_Schedule.h')
-rw-r--r--src/include/cctk_Schedule.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/cctk_Schedule.h b/src/include/cctk_Schedule.h
index ed6bcb2a..b9ce40e6 100644
--- a/src/include/cctk_Schedule.h
+++ b/src/include/cctk_Schedule.h
@@ -26,13 +26,16 @@ typedef struct
cFunctionType type;
int n_SyncGroups;
-
int *SyncGroups;
/* Option Flags */
int meta;
+ int meta_early;
+ int meta_late;
int global;
+ int global_early;
+ int global_late;
int level;
int singlemap;
int local;