summaryrefslogtreecommitdiffstats
path: root/src/libsystemd/sd-bus/bus-internal.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-09-29 17:57:34 +0200
committerLennart Poettering <lennart@poettering.net>2017-09-29 17:57:34 +0200
commit532f808fd15ec2cd91777ab3ad9afce2670ebac5 (patch)
tree18b27f0cd75a6648728c17e7809ba238f0710851 /src/libsystemd/sd-bus/bus-internal.h
parentsd-bus: when showing brief message info show error name in debug out put too (diff)
downloadsystemd-532f808fd15ec2cd91777ab3ad9afce2670ebac5.tar.xz
systemd-532f808fd15ec2cd91777ab3ad9afce2670ebac5.zip
sd-bus: drop match cookie concept
THe match cookie was used by kdbus to identify matches we install uniquely. But given that kdbus is gone, the cookie serves no process anymore, let's kill it.
Diffstat (limited to 'src/libsystemd/sd-bus/bus-internal.h')
-rw-r--r--src/libsystemd/sd-bus/bus-internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libsystemd/sd-bus/bus-internal.h b/src/libsystemd/sd-bus/bus-internal.h
index 9a3bc9dd98..5afd9f0936 100644
--- a/src/libsystemd/sd-bus/bus-internal.h
+++ b/src/libsystemd/sd-bus/bus-internal.h
@@ -53,7 +53,6 @@ struct filter_callback {
struct match_callback {
sd_bus_message_handler_t callback;
- uint64_t cookie;
unsigned last_iteration;
char *match_string;
@@ -287,8 +286,6 @@ struct sd_bus {
uint64_t hello_flags;
uint64_t attach_flags;
- uint64_t match_cookie;
-
sd_event_source *input_io_event_source;
sd_event_source *output_io_event_source;
sd_event_source *time_event_source;