]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
[Core, mod_commands] Add posix_spawn replacement for the system call. Add unit-tests.
authorAndrey Volk <andywolk@gmail.com>
Fri, 5 Feb 2021 21:38:51 +0000 (00:38 +0300)
committerAndrey Volk <andywolk@gmail.com>
Fri, 16 Jul 2021 14:34:42 +0000 (17:34 +0300)
commit9aee9b8e24b1106973e62f58b78100fb34e5acc0
treef428bdbcc27534cef7edbebc016cbdff2015df82
parentf1dd4390c8e86f277863bf002652e976f126abc1
[Core, mod_commands] Add posix_spawn replacement for the system call. Add unit-tests.
src/include/switch_core.h
src/mod/applications/mod_commands/Makefile.am
src/mod/applications/mod_commands/mod_commands.c
src/mod/applications/mod_commands/test/.gitignore [new file with mode: 0644]
src/mod/applications/mod_commands/test/conf/freeswitch.xml [new file with mode: 0644]
src/mod/applications/mod_commands/test/test_mod_commands.c [new file with mode: 0644]
src/switch_core.c
tests/unit/switch_core.c