mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 02:34:18 +00:00
ea9eaeaf44
* check_nua: run all the test cases with and without stack thread Ignore-this: e1966c560fb8e32d5a2d292e5e8dbdc0 Better detect race conditions. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11936 d0543943-73ff-0310-b7d9-9358b9ac24b2
12 lines
269 B
C
12 lines
269 B
C
#ifndef CHECK_NUA_H
|
|
|
|
#include <s2check.h>
|
|
|
|
void check_session_cases(Suite *suite, int threading);
|
|
void check_register_cases(Suite *suite, int threading);
|
|
void check_etsi_cases(Suite *suite, int threading);
|
|
void check_simple_cases(Suite *suite, int threading);
|
|
|
|
#endif
|
|
|