Systemd/src/machine
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
..
machine-dbus.c networkd: add minimal client tool "networkd" to query network status 2014-08-12 01:54:40 +02:00
machine.c machine_kill(): Don't kill the unit when killing the leader 2014-08-14 20:10:33 +02:00
machine.h machined: allow registering host-side network interfaces for communication with containers 2014-07-10 22:47:55 +02:00
machinectl.c bus: always explicitly close bus from main programs 2014-08-04 16:25:24 +02:00
machined-dbus.c machined: fix address API signatures 2014-08-04 19:05:06 +02:00
machined.c hashmap: introduce hash_ops to make struct Hashmap smaller 2014-09-15 16:08:50 +02:00
machined.h machined: fix Kill() bus call on machine objects when "what" is specified as "leader" 2014-03-18 04:48:26 +01:00
Makefile machined: split out machine registration stuff from logind 2013-07-02 03:47:23 +02:00
org.freedesktop.machine1.conf machine: make sure unpriviliged "machinectl status" can show the machine's OS version 2014-08-04 18:58:23 +02:00
org.freedesktop.machine1.service machined: split out machine registration stuff from logind 2013-07-02 03:47:23 +02:00
test-machine-tables.c tests: add tests for string lookup tables 2013-07-05 01:36:16 -04:00