Add Doxyfile, change docs
This commit is contained in:
+2
-2
@@ -22,8 +22,8 @@ struct IOMux {
|
||||
* The mux implementation must call iomux_timers_run after the
|
||||
* polling has occured (or if it's polling times out)
|
||||
*
|
||||
* @mux The IOMux instance
|
||||
* @timeout absolute time of a timeout - after which timers should run.
|
||||
* @param mux The IOMux instance
|
||||
* @param timeout absolute time of a timeout - after which timers should run.
|
||||
* If timeout is NULL, no timeout should be set on the poll.
|
||||
*/
|
||||
int (*run_impl)(struct IOMux *mux, struct timeval *timeout);
|
||||
|
||||
Reference in New Issue
Block a user