pinba plugin: Use mutexes rather than R/W-locks.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 9 Apr 2010 13:31:55 +0000 (15:31 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 9 Apr 2010 13:31:55 +0000 (15:31 +0200)
commit8cf783a19214263efe4160d909e9f97001ff5184
tree408460be5d5268f7654cbb78bffcb320f3e59ebb
parent8bb8af140ec2c073a042da573d46525471045037
pinba plugin: Use mutexes rather than R/W-locks.

Mutexes are more portable and since only write locks were used they
act exactly the same way.
src/pinba.c