X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fmount.c;h=92e2f734ae696b398aab1e3f4a9eb39993ce2205;hp=fc981c74f430dc957ef8ef14578a2f0e3f5ee9b5;hb=3ef63c317481c2b3f1fe39e1b0f130aac3544522;hpb=41f9172f427bdbb8221c64029f78364b8dd4e527 diff --git a/src/core/mount.c b/src/core/mount.c index fc981c74f..92e2f734a 100644 --- a/src/core/mount.c +++ b/src/core/mount.c @@ -1797,6 +1797,8 @@ DEFINE_STRING_TABLE_LOOKUP(mount_result, MountResult); const UnitVTable mount_vtable = { .object_size = sizeof(Mount), + .exec_context_offset = offsetof(Mount, exec_context), + .sections = "Unit\0" "Mount\0"