Skip to content
Snippets Groups Projects
Commit 09b7c927 authored by Alexander Zarochentsev's avatar Alexander Zarochentsev
Browse files

wait queue primitives implementation using pthread API
parent 70a25bc8
No related branches found
No related tags found
No related merge requests found
...@@ -213,6 +213,7 @@ AC_ARG_ENABLE([uoss], ...@@ -213,6 +213,7 @@ AC_ARG_ENABLE([uoss],
[enable_uoss='yes'],[enable_uoss='no']) [enable_uoss='yes'],[enable_uoss='no'])
if test x$enable_uoss != xno; then if test x$enable_uoss != xno; then
AC_DEFINE(UOSS_SUPPORT, 1, Enable user-level OSS) AC_DEFINE(UOSS_SUPPORT, 1, Enable user-level OSS)
AC_DEFINE(LUSTRE_ULEVEL_MT, 1, Multi-threaded user-level lustre port)
enable_modules='no' enable_modules='no'
fi fi
]) ])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment