roc-streaming / roc-toolkit

Real-time audio streaming over the network.
https://roc-streaming.org
Mozilla Public License 2.0
1.06k stars 213 forks source link

Added Thread-ID to logging #295

Closed RohanK99 closed 4 years ago

RohanK99 commented 4 years ago

Addressed issue #290. Tried compiling for mac and it seemed that I couldn't include #include <pthread_np.h> in order to use pthread_getthreadid_np() so I had to add #define flags around it to check for BSD otherwise Linux wouldn't compile either. Might be doing something wrong in regards to the BSD/Mac to obtain the thread id. Also unsure if I should make the thread id's return an int or a pid_t.

gavv commented 4 years ago

Thanks for the PR!

gavv commented 4 years ago

Thanks!