Ignore:
Timestamp:
Mar 30, 2006 8:55:20 PM (18 years ago)
Author:
bennylp
Message:

Removed continuous warnings in handle_events in pjsua_core, and temporarily set default ioqueue in Linux to use select instead of epoll

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/configure

    r355 r369  
    4242        LINUX_EPOLL=select 
    4343    else 
    44         LINUX_POLL=epoll 
     44#       LINUX_POLL=epoll 
     45        LINUX_POLL=select 
    4546    fi 
    4647elif echo $SYSTEM | grep -i mingw > /dev/null; then 
Note: See TracChangeset for help on using the changeset viewer.