Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | irmd: Graceful shutdown | dimitri staessens | 2016-08-10 | 1 | -22/+37 |
| | | | | | | 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. | ||||
* | lib: Various fixes | dimitri staessens | 2016-08-09 | 1 | -1/+4 |
| | | | | | Fix missing set of api upon flow_alloc. Various locking fixes. | ||||
* | irmd: Fix bad locking | dimitri staessens | 2016-08-09 | 1 | -3/+1 |
| | | | | Locks should be kept before calling cond_wait. | ||||
* | irmd: Refactor and bugfixes | dimitri staessens | 2016-08-08 | 1 | -0/+120 |
Refactors the IRMd to extract reg_api and irm_flow structures to their own sources. Fixes some locking bugs. |