diff options
Diffstat (limited to 'includes/rts/Flags.h')
-rw-r--r-- | includes/rts/Flags.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/rts/Flags.h b/includes/rts/Flags.h index ebcf973742..c8f71d1342 100644 --- a/includes/rts/Flags.h +++ b/includes/rts/Flags.h @@ -119,6 +119,7 @@ typedef struct _COST_CENTRE_FLAGS { int profilerTicks; /* derived */ int msecsPerTick; /* derived */ + char const *oututFileNameStem; } COST_CENTRE_FLAGS; /* See Note [Synchronization of flags and base APIs] */ |