diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-10-01 16:12:00 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-10-02 08:25:21 +0200 |
commit | e1ffdb90d92849a2bb5c27ebc035e7f885ffdafb (patch) | |
tree | 68f7e61d9efbd7652c6f5cabf1892767845d0a03 /src/libsystemd/sd-bus | |
parent | 2e3390ea4684b954edce66b7758b5371d3338a9f (diff) |
PORTING-DBUS1: we use :1.%llu not :0.%llu for D-Bus unique bus names
Diffstat (limited to 'src/libsystemd/sd-bus')
-rw-r--r-- | src/libsystemd/sd-bus/PORTING-DBUS1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd/sd-bus/PORTING-DBUS1 b/src/libsystemd/sd-bus/PORTING-DBUS1 index 9f0a91d695..63c345b11a 100644 --- a/src/libsystemd/sd-bus/PORTING-DBUS1 +++ b/src/libsystemd/sd-bus/PORTING-DBUS1 @@ -66,7 +66,7 @@ fields as you need. The kernel will return in the "id" field your unique id. This is a simple numeric value. For compatibility with classic dbus1 simply -format this as string and prefix ":0.". +format this as string and prefix ":1.". The kernel will also return the bloom filter size and bloom filter hash function number used for the signal broadcast bloom filter (see |