Instead of iterating through the entire epoll events array just look at the ones...
authorJoshua Colp <jcolp@digium.com>
Thu, 6 Dec 2007 04:37:36 +0000 (04:37 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 6 Dec 2007 04:37:36 +0000 (04:37 +0000)
commit3faa47ab5b0e3fb90234b2bf589bacea54c35237
tree5543a8d70d797dd3cad20604655be29b5fc15a99
parentfe83f511860d33cf85d00f3c6ff53941a236642a
Instead of iterating through the entire epoll events array just look at the ones that will actually contain data. (props to eliel on IRC for this)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@91328 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/channel.c