From f975e971accc4d50c73ae53167db3df7a7099cf2 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 1 Aug 2011 00:43:05 +0200 Subject: load-fragment: speed up parsing by using a perfect hash table with configuration settings built by gperf --- src/mount.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mount.c') diff --git a/src/mount.c b/src/mount.c index d26d45f038..c1048d5649 100644 --- a/src/mount.c +++ b/src/mount.c @@ -1835,6 +1835,10 @@ DEFINE_STRING_TABLE_LOOKUP(mount_exec_command, MountExecCommand); const UnitVTable mount_vtable = { .suffix = ".mount", + .sections = + "Unit\0" + "Mount\0" + "Install\0", .no_alias = true, .no_instances = true, -- cgit v1.2.3-54-g00ecf