X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fpath.c;fp=src%2Fpath.c;h=ae5052aeab6e009db34a1e6721958fc9254a2464;hb=7d17cfbc46306a106dbda0f3e92fbc0792d1e9e9;hp=957af05c7eb6651b361e491ad51cf396fc5d79cd;hpb=1637a8be5570dff7ce402451240b28ddb54e5dca;p=elogind.git diff --git a/src/path.c b/src/path.c index 957af05c7..ae5052aea 100644 --- a/src/path.c +++ b/src/path.c @@ -717,6 +717,7 @@ DEFINE_STRING_TABLE_LOOKUP(path_type, PathType); const UnitVTable path_vtable = { .suffix = ".path", + .object_size = sizeof(Path), .sections = "Unit\0" "Path\0"