]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-10167: More work on the event channel workflow, switched callback data back to...
authorShane Bryldt <astaelan@gmail.com>
Tue, 1 Aug 2017 22:30:25 +0000 (16:30 -0600)
committerShane Bryldt <astaelan@gmail.com>
Tue, 1 Aug 2017 22:30:25 +0000 (16:30 -0600)
commitfd3348cafc8a4eda1f90555ed893e879c04ae746
tree6195e7f7a602e52c22731c51ac63323be8c3c28b
parent4c29e4d630b19e1f473a6595de767459257dad56
FS-10167: More work on the event channel workflow, switched callback data back to using void* and the assumption callback will clear the data or that it would be cleaned up by a handle shutdown by allocating within the handle pool. Base tests currently working, committing to sync up linux build
libs/libblade/src/blade_rpc.c
libs/libblade/src/blade_session.c
libs/libblade/src/blade_stack.c
libs/libblade/src/blade_subscriptionmgr.c
libs/libblade/src/include/blade_rpc.h
libs/libblade/src/include/blade_session.h
libs/libblade/src/include/blade_stack.h
libs/libblade/src/include/blade_subscriptionmgr.h
libs/libblade/src/include/blade_types.h
libs/libblade/test/testcli.c
libs/libblade/test/testcon.c