Module: kamailio
Branch: master
Commit: cab5fa6a307dff2cebaf3c6a4b6fbb366e16a4b7
URL:
https://github.com/kamailio/kamailio/commit/cab5fa6a307dff2cebaf3c6a4b6fbb3…
Author: jaybeepee <jason.penton(a)gmail.com>
Committer: jaybeepee <jason.penton(a)gmail.com>
Date: 2015-05-13T09:25:57+02:00
modules/tm: removed no longer needed ASYNC mutex
---
Modified: modules/tm/h_table.c
Modified: modules/tm/lock.h
---
Diff:
https://github.com/kamailio/kamailio/commit/cab5fa6a307dff2cebaf3c6a4b6fbb3…
Patch:
https://github.com/kamailio/kamailio/commit/cab5fa6a307dff2cebaf3c6a4b6fbb3…
---
diff --git a/modules/tm/h_table.c b/modules/tm/h_table.c
index e3bc1b4..77fcbba 100644
--- a/modules/tm/h_table.c
+++ b/modules/tm/h_table.c
@@ -371,7 +371,6 @@ struct cell* build_cell( struct sip_msg* p_msg )
init_synonym_id(p_msg, new_cell->md5);
init_cell_lock( new_cell );
- init_async_lock( new_cell );
t_stats_created();
return new_cell;
diff --git a/modules/tm/lock.h b/modules/tm/lock.h
index d20965b..61d771b 100644
--- a/modules/tm/lock.h
+++ b/modules/tm/lock.h
@@ -60,7 +60,6 @@ void lock_cleanup(void);
int init_cell_lock( struct cell *cell );
int init_entry_lock( struct s_table* ht, struct entry *entry );
-int init_async_lock( struct cell *cell );
int release_cell_lock( struct cell *cell );