summaryrefslogtreecommitdiff
path: root/src/include/cctk_Schedule.h
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-04 08:58:58 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-04 08:58:58 +0000
commitfb765bdf990fc1458276fe2b14667e009183d652 (patch)
tree49f99633a321ab9ad711b9e591d27f5adb918a09 /src/include/cctk_Schedule.h
parentdea21f17c4e89dd32a168beac18bb6dce58fc089 (diff)
New special time bins $ENTRY and $EXIT for each schedule entry point. These
are functions returning ints and taking a cGH. They can be used for things which do profiling, etc. These are automatically traversed before and after a schedule entry point. Treat as experimental for the moment. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1509 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Schedule.h')
-rw-r--r--src/include/cctk_Schedule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/cctk_Schedule.h b/src/include/cctk_Schedule.h
index 1173f4e6..0531c327 100644
--- a/src/include/cctk_Schedule.h
+++ b/src/include/cctk_Schedule.h
@@ -13,7 +13,7 @@
typedef enum {LangNone, LangC, LangFortran} cLanguage;
-typedef enum {FunctionNoArgs, FunctionStandard} cFunctionType;
+typedef enum {FunctionNoArgs, FunctionOneArg, FunctionStandard} cFunctionType;
typedef struct
{