C-API: Changed type of veclen parameter to size_t in xpath_vec_flag()
Rewrite of sed -e to be portable to freebsd
This commit is contained in:
parent
5b9921933a
commit
6fedf65de7
8 changed files with 23 additions and 14 deletions
|
|
@ -332,10 +332,13 @@ clixon_event_poll(int fd)
|
|||
}
|
||||
|
||||
/*! Dispatch file descriptor events (and timeouts) by invoking callbacks.
|
||||
* There is an issue with fairness that timeouts may take over all events
|
||||
* One could try to poll the file descriptors after a timeout?
|
||||
* @retval 0 OK
|
||||
* @retval -1 Error: eg select, callback, timer,
|
||||
*
|
||||
* @param[in] h Clixon handle
|
||||
* @retval 0 OK
|
||||
* @retval -1 Error: eg select, callback, timer,
|
||||
* @note There is an issue with fairness between timeouts and events
|
||||
* Currently a socket that is not read/emptied properly starve timeouts.
|
||||
* One could try to poll the file descriptors after a timeout?
|
||||
*/
|
||||
int
|
||||
clixon_event_loop(clicon_handle h)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue