]> git.meshlink.io Git - meshlink/commit
Add asserts() to all pthread related function calls.
authorGuus Sliepen <guus@meshlink.io>
Thu, 11 Jun 2020 20:17:23 +0000 (22:17 +0200)
committerGuus Sliepen <guus@meshlink.io>
Thu, 11 Jun 2020 20:22:58 +0000 (22:22 +0200)
commit6558e508cc80ec97ec9c5bbcf7df922e13ed5b2e
tree33b37424fa069c81d46f34f7697b6c077153beb7
parent8e4f6238558c28cd05bd580cc947d7178d2bac90
Add asserts() to all pthread related function calls.

We normally expect all pthread-related functions to succeed, so in all
places where we didn't already explicitly check the return value, assert()
that the functions return 0.
src/adns.c
src/devtools.c
src/discovery.c
src/event.c
src/meshlink.c
src/meshlink_queue.h