Code

utils/channel: Use a mutex instead of a rwlock.
authorSebastian Harl <sh@tokkee.org>
Sat, 19 Oct 2013 09:58:11 +0000 (11:58 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 19 Oct 2013 09:58:11 +0000 (11:58 +0200)
commit3d018d37548e4b3d55b60ead1b37e1bceacaedb6
tree2a318523722b262c588cdf9b937604e7f5e0ca4e
parent5c11a2e50f2fbd0701add19439e0cdb3e5068f8f
utils/channel: Use a mutex instead of a rwlock.

All access to the channel needs to be fully synchronized.
src/utils/channel.c