summaryrefslogtreecommitdiff
path: root/src/irmd/reg_api.h
Commit message (Collapse)AuthorAgeFilesLines
* irmd: Graceful shutdowndimitri staessens2016-08-101-1/+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: Refactor and bugfixesdimitri staessens2016-08-081-0/+55
Refactors the IRMd to extract reg_api and irm_flow structures to their own sources. Fixes some locking bugs.