-- CC (gcc) [kamailio] mem/tlsf_malloc.o
mem/tlsf_malloc.c: In function ‘tlsf_malloc_init_pkg_manager’:
mem/tlsf_malloc.c:1353:16: warning: assignment from incompatible pointer type
ma.xmalloc = tlsf_malloc;
^
mem/tlsf_malloc.c:1355:16: warning: assignment from incompatible pointer type
ma.xrealloc = tlsf_realloc;
^
mem/tlsf_malloc.c:1358:16: warning: assignment from incompatible pointer type
ma.xavailable = tlsf_available;
^
mem/tlsf_malloc.c: In function ‘tlsf_malloc_init_shm_manager’:
mem/tlsf_malloc.c:1501:20: warning: assignment from incompatible pointer type
ma.xmalloc_unsafe = tlsf_malloc;
^
Module: kamailio
Branch: master
Commit: 789dec73bd5f906b47ad95ee4e55ba2db3d7d3e2
URL: https://github.com/kamailio/kamailio/commit/789dec73bd5f906b47ad95ee4e55ba2…
Author: Stefan Mititelu <stefan.mititelu(a)1and1.ro>
Committer: Stefan Mititelu <stefan.mititelu(a)1and1.ro>
Date: 2016-01-22T16:39:59+02:00
rtpengine: rebuild rtpp_socks before send command
- update node selection only from displayed nodes
- update rtpp_set_list alocation from get_rtpp_set() to mod_init();
thus all procs will have reference to the list of sets.
- add locks for rtpp_set_head and rtpp_set
- make rtpp_no shm variable guarded by rtpp_no_lock
- add rtpp_socks_size pkg variable
- compare rtpp_socks_size with rtpp_no and rebuild rtpp_socks if they differ
---
Modified: modules/rtpengine/rtpengine.c
Modified: modules/rtpengine/rtpengine.h
Modified: modules/rtpengine/rtpengine_db.c
---
Diff: https://github.com/kamailio/kamailio/commit/789dec73bd5f906b47ad95ee4e55ba2…
Patch: https://github.com/kamailio/kamailio/commit/789dec73bd5f906b47ad95ee4e55ba2…
Module: kamailio
Branch: master
Commit: 5ce6df2d3aee023f0e2d4f9cad14d6e560557ae2
URL: https://github.com/kamailio/kamailio/commit/5ce6df2d3aee023f0e2d4f9cad14d6e…
Author: Stefan Mititelu <stefan.mititelu(a)1and1.ro>
Committer: Stefan Mititelu <stefan.mititelu(a)1and1.ro>
Date: 2015-12-11T12:25:33+02:00
rtpengine: Add hiding of deleted table nodes
'kamctl fifo nh_show_rtpp all' reflects the rtpengine table state.
When node is deleted from the table the node itself isn't freed but disabled
permanent and hidden for display. This is mainly because one might want the
current session to finish for the deleted table nodes (see allow_op modparam).
Hiding the nodes and not freeing them will spare time deciding if there are
any sessions left for the deleted rtpengine.
---
Modified: modules/rtpengine/doc/rtpengine_admin.xml
Modified: modules/rtpengine/rtpengine.c
Modified: modules/rtpengine/rtpengine.h
Modified: modules/rtpengine/rtpengine_db.c
---
Diff: https://github.com/kamailio/kamailio/commit/5ce6df2d3aee023f0e2d4f9cad14d6e…
Patch: https://github.com/kamailio/kamailio/commit/5ce6df2d3aee023f0e2d4f9cad14d6e…