diff options
Diffstat (limited to 'rts/Capability.h')
-rw-r--r-- | rts/Capability.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rts/Capability.h b/rts/Capability.h index c7dceefe9f..9a6651e0e6 100644 --- a/rts/Capability.h +++ b/rts/Capability.h @@ -126,6 +126,10 @@ struct Capability_ { // Stats on spark creation/conversion SparkCounters spark_stats; +#if !defined(mingw32_HOST_OS) + // IO manager for this cap + int io_manager_control_wr_fd; +#endif #endif // Total words allocated by this cap since rts start W_ total_allocated; |