summaryrefslogtreecommitdiff
path: root/plugins/fake.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/fake.c')
-rw-r--r--plugins/fake.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/fake.c b/plugins/fake.c
index 4f57837a..8a271be5 100644
--- a/plugins/fake.c
+++ b/plugins/fake.c
@@ -106,4 +106,5 @@ static void fake_exit(void)
connman_device_driver_unregister(&device_driver);
}
-CONNMAN_PLUGIN_DEFINE(fake, "Tesing plugin", VERSION, fake_init, fake_exit)
+CONNMAN_PLUGIN_DEFINE(fake, "Tesing plugin", VERSION,
+ CONNMAN_PLUGIN_PRIORITY_DEFAULT, fake_init, fake_exit)