aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_timing_pthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_timing_pthread.c')
-rw-r--r--res/res_timing_pthread.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/res/res_timing_pthread.c b/res/res_timing_pthread.c
index 86ae1bb42..53ceeb5de 100644
--- a/res/res_timing_pthread.c
+++ b/res/res_timing_pthread.c
@@ -521,5 +521,8 @@ static int unload_module(void)
return res;
}
-
-AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "pthread Timing Interface");
+AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER, "pthread Timing Interface",
+ .load = load_module,
+ .unload = unload_module,
+ .load_pri = 10,
+ );