chiark / gitweb /
bus: keep kernel bus fd around during entire life-time of bus
authorLennart Poettering <lennart@poettering.net>
Fri, 17 May 2013 00:22:37 +0000 (02:22 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 17 May 2013 02:26:27 +0000 (04:26 +0200)
We need this since we might need to invoke the release ioctl for
messages. Since we don't want to add any locking for that we simply keep
a reference to the bus and then rely that the fd stays valid all the
time.


No differences found