Doc addition

This commit is contained in:
Nils O. Selåsdal
2012-11-08 23:25:04 +01:00
parent 817a57b9a5
commit 7e11da894e
+1 -1
View File
@@ -46,7 +46,7 @@ struct IOMux *iomux_create(enum IOMUX_TYPE type);
void iomux_delete(struct IOMux *mux);
/** Runs the event loop of the mux
* returns if the number of file descriptors is 0 or
* returns if the number of file descriptors and timers are 0 or
* an error occurs */
int iomux_run(struct IOMux *mux);