On Thu, Jul 27, 2017 at 01:47:26PM +0200, Michal Privoznik wrote:
There is no reason why two threads trying to copy error from
connection should mutually exclude each other. Utilize
new virObjectRWLockable that was just introduced.
ACK, although I see it mostly as an example patch on how to adapt to
RWLocks =)