diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-11-04 17:24:30 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-11-04 18:09:19 +0100 |
commit | f7fce3454c221fd1fff51528d028576d1cb1c7b6 (patch) | |
tree | b6c1537aa357efe1575d99ebba1eec1ea6b57dce /src/libsystemd/libsystemd.sym.m4 | |
parent | f4b2933ee7890e5d414ab266d8586f19027a2bd9 (diff) |
sd-bus: rename sd_bus_get_server_id() to sd_bus_get_owner_id()
In kdbus a "server id" is mostly a misnomer, as there isn't any "server"
involved anymore. Let's rename this to "owner" id hence, since it is an
ID that is picked by the owner of a bus or direct connection. This
matches nicely the sd_bus_get_owner_creds() call we already have.
Diffstat (limited to 'src/libsystemd/libsystemd.sym.m4')
-rw-r--r-- | src/libsystemd/libsystemd.sym.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd/libsystemd.sym.m4 b/src/libsystemd/libsystemd.sym.m4 index 635caf696b..0c02db7530 100644 --- a/src/libsystemd/libsystemd.sym.m4 +++ b/src/libsystemd/libsystemd.sym.m4 @@ -190,7 +190,7 @@ global: sd_bus_unref; sd_bus_is_open; sd_bus_can_send; - sd_bus_get_server_id; + sd_bus_get_owner_id; sd_bus_get_owner_creds; sd_bus_get_description; sd_bus_send; |