Systemd/src/bus-proxyd
Michal Schmidt d5099efc47 hashmap: introduce hash_ops to make struct Hashmap smaller
It is redundant to store 'hash' and 'compare' function pointers in
struct Hashmap separately. The functions always comprise a pair.
Store a single pointer to struct hash_ops instead.

systemd keeps hundreds of hashmaps, so this saves a little bit of
memory.
2014-09-15 16:08:50 +02:00
..
bus-policy.c hashmap: introduce hash_ops to make struct Hashmap smaller 2014-09-15 16:08:50 +02:00
bus-policy.h bus-proxy: policy - ignore unsupported tags and attributes 2014-06-16 16:04:18 +02:00
bus-proxyd.c notify: send STOPPING=1 from our daemons 2014-08-21 17:24:21 +02:00
Makefile rename stdio-bridge to bus-proxyd 2013-11-29 22:12:59 +01:00