aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys/ose/erl_ose_sys.h
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2014-02-23 17:00:41 +0100
committerLukas Larsson <[email protected]>2014-02-24 15:15:56 +0100
commitc743ed359f16f791dd15b58b86af7f77db4799aa (patch)
treecf5bc15589f8f154fb2439af0506e9614befa6aa /erts/emulator/sys/ose/erl_ose_sys.h
parent48201abc7961b44be9e5cf0feb74d18a399d6099 (diff)
downloadotp-c743ed359f16f791dd15b58b86af7f77db4799aa.tar.gz
otp-c743ed359f16f791dd15b58b86af7f77db4799aa.tar.bz2
otp-c743ed359f16f791dd15b58b86af7f77db4799aa.zip
ose: Force atleast one async thread for ose
This is needed because a file has to be opened and operated on in the same process at all times. Using async threads guarantee this.
Diffstat (limited to 'erts/emulator/sys/ose/erl_ose_sys.h')
-rw-r--r--erts/emulator/sys/ose/erl_ose_sys.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/erts/emulator/sys/ose/erl_ose_sys.h b/erts/emulator/sys/ose/erl_ose_sys.h
index 94f1e58883..5243886bac 100644
--- a/erts/emulator/sys/ose/erl_ose_sys.h
+++ b/erts/emulator/sys/ose/erl_ose_sys.h
@@ -70,6 +70,11 @@ struct erts_sys_fd_type {
/*
+ * Min number of async threads
+ */
+#define ERTS_MIN_NO_OF_ASYNC_THREADS 1
+
+/*
* Our own type of "FD's"
*/
#define ERTS_SYS_FD_TYPE struct erts_sys_fd_type*