]> git.ipfire.org Git - thirdparty/pdns.git/commit
Make the constructors taking a pthread_rwlock_t * private. 9067/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 29 Apr 2020 10:36:27 +0000 (12:36 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 29 Apr 2020 12:31:59 +0000 (14:31 +0200)
commit4a490a3a18872531f2518b4d5d369198f2d6f1cd
treecdc66b8e9a3c5e439127fd763e1fade3f6fd67e4
parent8466f9e194f62a282ac42e9e5ac7505b033a6939
Make the constructors taking a pthread_rwlock_t * private.

This is to avoid re-introducing code using the unwrapped pthread_rwlock_t's.
While there, reorganize the classes to make the order more natural.
pdns/lock.hh