summaryrefslogtreecommitdiff
path: root/src/irmd/reg_api.c
Commit message (Collapse)AuthorAgeFilesLines
* irmd: Fix bad lockingdimitri staessens2016-08-091-3/+1
| | | | Locks should be kept before calling cond_wait.
* irmd: Refactor and bugfixesdimitri staessens2016-08-081-0/+120
Refactors the IRMd to extract reg_api and irm_flow structures to their own sources. Fixes some locking bugs.