chiark / gitweb /
networkd-wait-online: drop config file and add commandline options instead
[elogind.git] / src / network / networkd-wait-online.h
index 463df1616c1b3cfefa2676affe423c95d7a0260f..91edce1f60e5cec82448ad306cdb6c1b75818178 100644 (file)
 typedef struct Manager {
         sd_event *event;
         sd_rtnl *rtnl;
-        char **expected_links;
 } Manager;
 
 void manager_free(Manager *m);
 
 DEFINE_TRIVIAL_CLEANUP_FUNC(Manager*, manager_free);
 #define _cleanup_manager_free_ _cleanup_(manager_freep)
-
-/* gperf lookup function */
-const struct ConfigPerfItem* wait_online_gperf_lookup(const char *key, unsigned length);