Commit 08de9b7f authored by Clément Stenac's avatar Clément Stenac

add a comment to explain what it does

parent 6726fdf0
......@@ -451,7 +451,8 @@ int __net_ReadNonBlock( vlc_object_t *p_this, int fd, uint8_t *p_data,
/*****************************************************************************
* __net_Select:
*****************************************************************************
* Read from several sockets (with timeout)
* Read from several sockets (with timeout). Takes data from the first socket
* that has some.
*****************************************************************************/
int __net_Select( vlc_object_t *p_this, int *pi_fd, int i_fd, uint8_t *p_data,
int i_data, mtime_t i_wait )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment