summaryrefslogtreecommitdiff
path: root/src/shared/bus-locator.h
Commit message (Collapse)AuthorAgeFilesLines
* network: replace usage of sd_bus_call_method_async() to ↵williamsumendap2022-08-131-0/+1
| | | | bus_call_method_async() (#24290)
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* shared: actually move all BusLocator related calls to bus-locator.cLennart Poettering2020-06-301-3/+18
|
* bus: introduce bus-locator.[ch]Vito Caputo2020-05-071-0/+19
Move BusLocator into its own header, introduce collection of locators for use throughout the code.