[asterisk-dev] Re: [asterisk-commits] rizzo: trunk r48332 -
/trunk/main/manager.c
Kevin P. Fleming
kpfleming at digium.com
Mon Dec 11 12:16:03 MST 2006
asterisk-commits at lists.digium.com wrote:
> b) change the function get_input() to use fread() instead of read()
> to collect the data. One can still do the ast_wait_for_input() on
> the original descriptor returned by accept().
You can also call fileno() on the 'FILE *' to get the underlying
descriptor number.
More information about the asterisk-dev
mailing list