]> git.ipfire.org Git - thirdparty/systemd.git/commit
udev-util: allocate an event loop of our own for waiting
authorLennart Poettering <lennart@poettering.net>
Wed, 3 Apr 2019 14:12:41 +0000 (16:12 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 3 Apr 2019 17:15:14 +0000 (02:15 +0900)
commitfc40bfa7e271cf2191b605c321d16d09edfe235f
tree130d6836470edc7a43cf37fca81f25e70b222ea9
parentb3e8032bb45b96957619e16b53b86f01d1a45458
udev-util: allocate an event loop of our own for waiting

We can't use the per-thread default one here, as it might already be
running (for example, that's the case in portabled), and our event loops
are not recursive, hence running them a second time is not OK.
src/shared/udev-util.c