summaryrefslogtreecommitdiff
path: root/src/network/networkd-wait-online-gperf.gperf
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/networkd-wait-online-gperf.gperf')
-rw-r--r--src/network/networkd-wait-online-gperf.gperf17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/network/networkd-wait-online-gperf.gperf b/src/network/networkd-wait-online-gperf.gperf
new file mode 100644
index 0000000000..0a5e5eee55
--- /dev/null
+++ b/src/network/networkd-wait-online-gperf.gperf
@@ -0,0 +1,17 @@
+%{
+#include <stddef.h>
+#include "conf-parser.h"
+#include "networkd-wait-online.h"
+%}
+struct ConfigPerfItem;
+%null_strings
+%language=ANSI-C
+%define slot-name section_and_lvalue
+%define hash-function-name wait_online_gperf_hash
+%define lookup-function-name wait_online_gperf_lookup
+%readonly-tables
+%omit-struct-type
+%struct-type
+%includes
+%%
+WaitOnline.ExpectedLinks, config_parse_strv, 0, offsetof(Manager, expected_links)