summaryrefslogtreecommitdiff
path: root/src/irmd/irm_flow.c
Commit message (Collapse)AuthorAgeFilesLines
* irmd: Graceful shutdowndimitri staessens2016-08-101-4/+1
| | | | | | Threads from the threadpool will now check the state of the IRMd and exit gracefully without a need to cancel them. This avoids the unsafe call of pthread_cancel in the signal handler.
* irmd: Fix bad lockingdimitri staessens2016-08-091-1/+0
| | | | Locks should be kept before calling cond_wait.
* irmd: Refactor and bugfixesdimitri staessens2016-08-081-0/+81
Refactors the IRMd to extract reg_api and irm_flow structures to their own sources. Fixes some locking bugs.