summaryrefslogtreecommitdiff
path: root/plugins/hso.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/hso.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/hso.c')
-rw-r--r--plugins/hso.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hso.c b/plugins/hso.c
index 9489cf1a..21df00df 100644
--- a/plugins/hso.c
+++ b/plugins/hso.c
@@ -243,4 +243,4 @@ static void hso_exit(void)
}
CONNMAN_PLUGIN_DEFINE(hso, "Option HSO device plugin", VERSION,
- hso_init, hso_exit)
+ CONNMAN_PLUGIN_PRIORITY_DEFAULT, hso_init, hso_exit)