summaryrefslogtreecommitdiff
path: root/src/systemd/sd-bus.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-04-23 11:18:17 -0300
committerLennart Poettering <lennart@poettering.net>2013-04-23 16:00:32 -0300
commit70666185703ee173811d74b8cb0e0e47e2aa9b49 (patch)
tree625992935894795d94007ffa47446a9e5ebf820a /src/systemd/sd-bus.h
parent195f8e36122b83bbfef27bf63afe888e7101a320 (diff)
bus: add cal to determine machine id of an owner of a service
Diffstat (limited to 'src/systemd/sd-bus.h')
-rw-r--r--src/systemd/sd-bus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemd/sd-bus.h b/src/systemd/sd-bus.h
index 8824efeaba..36fab9ffa1 100644
--- a/src/systemd/sd-bus.h
+++ b/src/systemd/sd-bus.h
@@ -179,6 +179,7 @@ int sd_bus_list_names(sd_bus *bus, char ***l);
int sd_bus_get_owner(sd_bus *bus, const char *name, char **owner);
int sd_bus_get_owner_uid(sd_bus *bus, const char *name, uid_t *uid);
int sd_bus_get_owner_pid(sd_bus *bus, const char *name, pid_t *pid);
+int sd_bus_get_owner_machine_id(sd_bus *bus, const char *name, sd_id128_t *machine);
/* Error structures */