Tools: Introduce semaphore

This commit is contained in:
Dennis Klein
2019-07-14 19:14:05 +02:00
committed by Dennis Klein
parent a98965031f
commit 99ed61a58b
4 changed files with 97 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ if(BUILD_FAIRMQ OR BUILD_SDK)
tools/Network.h
tools/Process.h
tools/RateLimit.h
tools/Semaphore.h
tools/Strings.h
tools/Unique.h
tools/Version.h
@@ -47,6 +48,7 @@ if(BUILD_FAIRMQ OR BUILD_SDK)
set(TOOLS_SOURCE_FILES
tools/Network.cxx
tools/Process.cxx
tools/Semaphore.cxx
tools/Unique.cxx
)