From 5645fd9b058f0550de5464f9b1255e333d390f21 Mon Sep 17 00:00:00 2001 From: eschnett Date: Tue, 8 May 2012 16:17:32 +0000 Subject: Add I/O timers to Cactus flesh Add timers for each I/O method in the flesh. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4816 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/cctk_IOMethods.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include') diff --git a/src/include/cctk_IOMethods.h b/src/include/cctk_IOMethods.h index fc2916cb..1bbf936d 100644 --- a/src/include/cctk_IOMethods.h +++ b/src/include/cctk_IOMethods.h @@ -23,6 +23,9 @@ struct IOMethod int (*OutputVarAs) (const cGH *GH, const char *vname, const char *alias); int (*TriggerOutput) (const cGH *GH, int vindex); int (*TimeToOutput) (const cGH *GH, int vindex); + + /* Timer data */ + int timer_handle; }; #define CCTK_RegisterIOMethod(a) CCTKi_RegisterIOMethod (CCTK_THORNSTRING, a) -- cgit v1.2.3