chiark / gitweb /
unit: remove union Unit
[elogind.git] / src / path.h
index 8b3c0bc11957248cecb1a02791c22bc82990fe0a..04d43c8d512d3955509077b8ffa69ed3b2c29b85 100644 (file)
@@ -70,7 +70,7 @@ static inline bool path_spec_owns_inotify_fd(PathSpec *s, int fd) {
 }
 
 struct Path {
-        Meta meta;
+        Unit meta;
 
         LIST_HEAD(PathSpec, specs);