summaryrefslogtreecommitdiff
path: root/plugins/resolvconf.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-02-28 02:31:50 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-02-28 02:31:50 +0100
commit28037643bd3275b6567fbfd84feee909cbfb5352 (patch)
tree0138e2d8d68fbf572221e6aaef1cdb7559c03fea /plugins/resolvconf.c
parentc2d1b081ccdd3720ef645bf8dbf82ea4abc752fb (diff)
downloadconnman-28037643bd3275b6567fbfd84feee909cbfb5352.tar.gz
connman-28037643bd3275b6567fbfd84feee909cbfb5352.tar.bz2
connman-28037643bd3275b6567fbfd84feee909cbfb5352.zip
Add priority field to plugin descriptor definition
Diffstat (limited to 'plugins/resolvconf.c')
-rw-r--r--plugins/resolvconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/resolvconf.c b/plugins/resolvconf.c
index d59fc5e4..df3a834b 100644
--- a/plugins/resolvconf.c
+++ b/plugins/resolvconf.c
@@ -94,4 +94,4 @@ static void resolvconf_exit(void)
}
CONNMAN_PLUGIN_DEFINE(resolvconf, "Name resolver plugin", VERSION,
- resolvconf_init, resolvconf_exit)
+ CONNMAN_PLUGIN_PRIORITY_DEFAULT, resolvconf_init, resolvconf_exit)