]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Skinny: avoid some crashes
authorMathieu Parent <math.parent@gmail.com>
Thu, 1 Apr 2010 17:41:48 +0000 (19:41 +0200)
committerMathieu Parent <math.parent@gmail.com>
Thu, 1 Apr 2010 17:41:48 +0000 (19:41 +0200)
commit59bb764ff9ba66571da114e82f993b331d0e4c6a
treea8112c490019dc873258b1f1b16994122734cfbb
parentb8ac781c05443f8a269a5fba828bbbfd3d7873f3
Skinny: avoid some crashes

- move api to own file
- really allow several profiles (one thread per profile)
- global pool
- pool per profile
- Remove unused globals.calls
- Check for closed listener before sending data
- use mutex for hashes
src/mod/endpoints/mod_skinny/Makefile.am
src/mod/endpoints/mod_skinny/mod_skinny.c
src/mod/endpoints/mod_skinny/mod_skinny.h
src/mod/endpoints/mod_skinny/skinny_protocol.c
src/mod/endpoints/mod_skinny/skinny_protocol.h
src/mod/endpoints/mod_skinny/skinny_tables.c
src/mod/endpoints/mod_skinny/skinny_tables.h