Skip to content

Commit

Permalink
Merge pull request #3758 from sonoware/fix-set-cpu-affinity
Browse files Browse the repository at this point in the history
Fix set cpu affinity
  • Loading branch information
sigiesec authored Dec 13, 2019
2 parents eb54966 + 8089529 commit 3e7995f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions RELICENSE/sonoware.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Permission to Relicense under MPLv2

This is a statement by sonoware GmbH that grants permission to relicense its
copyrights in the libzmq C++ library (ZeroMQ) under the Mozilla Public License
v2 (MPLv2).

A portion of the commits made by the Github handle "sonoware", with commit author
"Stephan Senkbeil" are copyright of sonoware GmbH.
This document hereby grants the libzmq project team to relicense libzmq, including
all past, present and future contributions of the authors listed above.

Stephan Senkbeil <stephan.senkbeil@sonoware.de>
2019/12/13
2 changes: 1 addition & 1 deletion builds/cmake/Modules/ZMQSourceRunChecks.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ int main(int argc, char *argv [])
return 0;
}
"
ZMQ_HAVE_PTHREAD_SETAFFINITY)
ZMQ_HAVE_PTHREAD_SET_AFFINITY)
set(CMAKE_REQUIRED_FLAGS ${SAVE_CMAKE_REQUIRED_FLAGS})
endmacro()

Expand Down
1 change: 1 addition & 0 deletions builds/cmake/platform.hpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
#cmakedefine ZMQ_HAVE_PTHREAD_SETNAME_2
#cmakedefine ZMQ_HAVE_PTHREAD_SETNAME_3
#cmakedefine ZMQ_HAVE_PTHREAD_SET_NAME
#cmakedefine ZMQ_HAVE_PTHREAD_SET_AFFINITY
#cmakedefine HAVE_ACCEPT4
#cmakedefine HAVE_STRNLEN

Expand Down

0 comments on commit 3e7995f

Please sign in to comment.