summaryrefslogtreecommitdiff
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_timing_pthread.c b/res/res_timing_pthread.c
index 9ef8c5d6b..81efbf8e7 100644
--- a/res/res_timing_pthread.c
+++ b/res/res_timing_pthread.c
@@ -476,6 +476,7 @@ static int unload_module(void)
return res;
}
AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER, "pthread Timing Interface",
+ .support_level = AST_MODULE_SUPPORT_EXTENDED,
.load = load_module,
.unload = unload_module,
.load_pri = AST_MODPRI_TIMING,