diff options
Diffstat (limited to 'source/include/local.h')
-rw-r--r-- | source/include/local.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/include/local.h b/source/include/local.h index fb931976362..6d32f4fe6e9 100644 --- a/source/include/local.h +++ b/source/include/local.h @@ -247,4 +247,7 @@ /* Default hash size for the winbindd cache. */ #define WINBINDD_CACHE_TDB_DEFAULT_HASH_SIZE 5000 +/* Windows minimum lock resolution timeout in ms */ +#define WINDOWS_MINIMUM_LOCK_TIMEOUT_MS 200 + #endif |