Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | irmd: Graceful shutdown | dimitri staessens | 2016-08-10 | 1 | -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 locking | dimitri staessens | 2016-08-09 | 1 | -1/+0 |
| | | | | Locks should be kept before calling cond_wait. | ||||
* | irmd: Refactor and bugfixes | dimitri staessens | 2016-08-08 | 1 | -0/+81 |
Refactors the IRMd to extract reg_api and irm_flow structures to their own sources. Fixes some locking bugs. |