Wed Jan 28 12:15:08 CST 2009 Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
* Merged deferrable timers from the bleeding-sofia-sip branch git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11856 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
f26dd3daf8
commit
48c52ad5ec
|
@ -1 +1 @@
|
|||
Wed Feb 11 11:18:29 CST 2009
|
||||
Wed Feb 11 11:18:53 CST 2009
|
||||
|
|
|
@ -184,7 +184,7 @@ int su_socket_port_wakeup(su_port_t *self)
|
|||
{
|
||||
assert(self->sup_mbox[SU_MBOX_SEND] != INVALID_SOCKET);
|
||||
|
||||
if (!su_pthread_port_own_thread(self) &&
|
||||
if (!su_port_own_thread(self) &&
|
||||
send(self->sup_mbox[SU_MBOX_SEND], "X", 1, 0) == -1) {
|
||||
#if HAVE_SOCKETPAIR
|
||||
if (su_errno() != EWOULDBLOCK)
|
||||
|
|
Loading…
Reference in New Issue