chiark / gitweb /
bus: calculate bloom filter for match
[elogind.git] / src / libsystemd-bus / bus-internal.h
index e775b09419d107fddaf92c10a74000dbe70e58d8..147a83c0452dde0c67d7d5b814a5a6d597349c8b 100644 (file)
@@ -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) {