Really shows how much epoll is used since it had not been reported yet.
........
Merged revisions 371893 from http://svn.asterisk.org/svn/asterisk/branches/11
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@371894
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
ast_channel_internal_fd_clear_all(tmp);
#ifdef HAVE_EPOLL
- ast_channel_epfd(tmp) = epoll_create(25);
+ ast_channel_epfd_set(tmp, epoll_create(25));
#endif
if (!(schedctx = ast_sched_context_create())) {
ast_channel_internal_alertpipe_clear(tmp);
ast_channel_internal_fd_clear_all(tmp);
#ifdef HAVE_EPOLL
- ast_channel_epfd(tmp) = -1;
+ ast_channel_epfd_set(tmp, -1);
#endif
headp = ast_channel_varshead(tmp);