]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
ftmod_misdn: Stop using timerfd for b-channel write polling.
authorStefan Knoblich <stkn@openisdn.net>
Thu, 22 Mar 2012 23:50:47 +0000 (00:50 +0100)
committerStefan Knoblich <stkn@openisdn.net>
Fri, 23 Mar 2012 00:21:55 +0000 (01:21 +0100)
commitfc1e1a91f20572f3f26b84e24ea8d9ce13bd0a3c
treec019e1f6e54ed8c6ed38009a259f080b7b3a0f0c
parentc85271aaf5c571bf30c4b01453677a524313d567
ftmod_misdn: Stop using timerfd for b-channel write polling.

Use POLLIN on the socket instead, the b-channel should be able
to write when there is something to read.

Several other projects handle it this way, e.g. libosmo-abis.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
libs/freetdm/src/ftmod/ftmod_misdn/ftmod_misdn.c