[GitHub] nifi-minifi-cpp pull request #22: Pthreads linker fix

2016-10-20 Thread codingogre
GitHub user codingogre opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/22 Pthreads linker fix On the Raspbian platform (Debian based) the linker is unsuccessful in linking pthreads with the MiNiFi executable because CMake does not specify -lpthreads

[GitHub] nifi-minifi-cpp pull request #21: The active_pid() function kill -s 0 ...

2016-10-20 Thread codingogre
GitHub user codingogre opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/21 The active_pid() function kill -s 0 returns 0 on success (PID i… In the active_pid() function kill -s 0 returns 0 on success (the PID is currently running), yet the if statement