chiark / gitweb /
systemctl: introduce -r switch to show units running in local containers in addition...
[elogind.git] / src / libsystemd / sd-bus / bus-util.h
index b0936208fbd9cdd1fface287a322b4452abd4656..8103555fe8f9c2749af724d5e8680ea7d0eb12d3 100644 (file)
@@ -123,6 +123,7 @@ int bus_log_parse_error(int r);
 int bus_log_create_error(int r);
 
 typedef struct UnitInfo {
+        const char *machine;
         const char *id;
         const char *description;
         const char *load_state;