diff options
author | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-10-26 13:30:13 +0000 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-10-26 13:30:13 +0000 |
commit | f60e18adc78afaf4d07a10e6fe8aec3767e0ca11 (patch) | |
tree | 59699ae6a5166b96caf9b1518f370a456530b8d2 /include | |
parent | 696511dcccfdf1dd1f86cc9ea64379f17722afee (diff) | |
parent | 188aba280f7c5b80b868cb1527fce9d45702a196 (diff) | |
download | ouroboros-f60e18adc78afaf4d07a10e6fe8aec3767e0ca11.tar.gz ouroboros-f60e18adc78afaf4d07a10e6fe8aec3767e0ca11.zip |
Merged in sandervrijders/ouroboros/be-ipcp-threads (pull request #283)
ipcpd: Add threadpool for main loop
Diffstat (limited to 'include')
-rw-r--r-- | include/ouroboros/config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ouroboros/config.h.in b/include/ouroboros/config.h.in index 6ffcb97f..122899f3 100644 --- a/include/ouroboros/config.h.in +++ b/include/ouroboros/config.h.in @@ -48,6 +48,7 @@ #define SHM_FLOW_SET_PREFIX "/ouroboros.sets." #define IRMD_MAX_FLOWS 4096 #define IRMD_THREADPOOL_SIZE 5 +#define IPCPD_THREADPOOL_SIZE 3 #define LOG_DIR "/@LOG_DIR@/" #define PTHREAD_COND_CLOCK CLOCK_MONOTONIC /* Timeout values */ |