Răsfoiți Sursa

siprepo: set name for timer function

(cherry picked from commit 81265e41b52cfda9a284233c93683522a98f0a64)
Daniel-Constantin Mierla 3 ani în urmă
părinte
comite
ce68e763a5
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/modules/siprepo/siprepo_data.c

+ 1 - 1
src/modules/siprepo/siprepo_data.c

@@ -505,7 +505,7 @@ int siprepo_msg_async_pull(str *callid, str *msgid, str *gname, str *rname,
 /**
  *
  */
-void siprepo_timer_exec(unsigned int ticks, int worker, void *param)
+void siprepo_msg_timer(unsigned int ticks, int worker, void *param)
 {
 	time_t tnow;
 	int i;