浏览代码

ims_icscf: use proper timer_function parameters

fix #4370
Victor Seva 1 周之前
父节点
当前提交
bf24361bb0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/modules/ims_icscf/scscf_list.c

+ 1 - 1
src/modules/ims_icscf/scscf_list.c

@@ -622,7 +622,7 @@ int cscf_reply_transactional_async(
  * @returns the tmb.t_reply() result
  * @returns the tmb.t_reply() result
  */
  */
 
 
-void ims_icscf_timer_routine()
+void ims_icscf_timer_routine(unsigned int ticks, void *param)
 {
 {
 	//run through scscf_list and decide if they should be removed!
 	//run through scscf_list and decide if they should be removed!
 	scscf_list *l, *tmp;
 	scscf_list *l, *tmp;