summaryrefslogtreecommitdiff
path: root/src/include/cctki_ScheduleBindings.h
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-02-17 17:28:31 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-02-17 17:28:31 +0000
commit08dc979087660675bc153de2dedd93526dd3b786 (patch)
tree95c5ab5b6e5166c06bb249f8456b225c78ddcb3d /src/include/cctki_ScheduleBindings.h
parent79673464abf45b44c52656b55c9e5d50df61fd3a (diff)
Now scheduling a group AS preserves the identity of the group, allowing
people to schedule in the real name and then schedule many aliases of the group in the same schedule bin or parent group. Note that you need to do a make <config>-rebuild on your configurations after updating with this change. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@3147 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctki_ScheduleBindings.h')
-rw-r--r--src/include/cctki_ScheduleBindings.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/include/cctki_ScheduleBindings.h b/src/include/cctki_ScheduleBindings.h
index 4c8e8aea..c318effd 100644
--- a/src/include/cctki_ScheduleBindings.h
+++ b/src/include/cctki_ScheduleBindings.h
@@ -36,7 +36,8 @@ int CCTKi_ScheduleFunction(void *function,
const int *timelevels,
...);
-int CCTKi_ScheduleGroup(const char *name,
+int CCTKi_ScheduleGroup(const char *realname,
+ const char *name,
const char *thorn,
const char *implementation,
const char *description,
@@ -49,8 +50,9 @@ int CCTKi_ScheduleGroup(const char *name,
int n_before,
int n_after,
int n_while,
- const int *timelevels,
- ...);
+ const int *timelevels,
+ ...
+ );
int CCTKi_ScheduleGroupStorage(const char *group, int timelevels);