X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fmount.c;h=03eff9d9edc6b9c3da94d09fd473d5ea47716877;hp=18ce73b4386852a544eae78aad2c458dbc2b1460;hb=71645acac27da55d510f2e4d61cc61b4e5b93035;hpb=e884315e3d28df0d5f4e7d4590730e9760b8f447;ds=sidebyside diff --git a/src/core/mount.c b/src/core/mount.c index 18ce73b43..03eff9d9e 100644 --- a/src/core/mount.c +++ b/src/core/mount.c @@ -1888,13 +1888,15 @@ 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" "Install\0", + .exec_context_offset = offsetof(Mount, exec_context), + .exec_section = "Mount", + .no_alias = true, .no_instances = true,