chiark / gitweb /
unit: remove union Unit
[elogind.git] / src / swap.h
index 0d5c9a23f0461c3dd7960026d95c1fe53e145a15..ea98bc2a6f8f3c7f1c4ce593093c1a2b0b08bb76 100644 (file)
@@ -57,7 +57,7 @@ typedef struct SwapParameters {
 } SwapParameters;
 
 struct Swap {
-        Meta meta;
+        Unit meta;
 
         char *what;