Files
asterisk/main
Russell Bryant a1d249577e Make it easier to detect an improper call to ast_read().
When you call ast_waitfor() on a channel, the index into the channel fds array
that holds the file descriptor that poll() determines has input available is
stored in fdno.  This patch clears out this value after a call to ast_read()
and also reports errors if ast_read() is called without an fdno set.

From a discussion on the asterisk-dev list.


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@179608 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-03-03 13:53:52 +00:00
..
2008-08-06 00:25:10 +00:00
2008-09-27 15:13:30 +00:00
2008-11-25 22:41:10 +00:00
2007-12-27 20:09:06 +00:00
2007-11-06 18:53:37 +00:00
2009-02-18 17:41:05 +00:00