From c78196699d3d805b2237896a1d2b8efeec6068d0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 19 May 2013 18:39:08 +0200 Subject: bus: calculate bloom filter for match Yay! Filtering using kernel bloom filter matches works now! Yippieh! --- src/libsystemd-bus/bus-internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libsystemd-bus/bus-internal.h') diff --git a/src/libsystemd-bus/bus-internal.h b/src/libsystemd-bus/bus-internal.h index e775b09419..147a83c045 100644 --- a/src/libsystemd-bus/bus-internal.h +++ b/src/libsystemd-bus/bus-internal.h @@ -182,6 +182,8 @@ struct sd_bus { pid_t original_pid; uint64_t hello_flags; + + uint64_t match_cookie; }; static inline void bus_unrefp(sd_bus **b) { -- cgit v1.2.3-54-g00ecf