fixed a typo. oapl instead of opal
This commit was SVN r21711.
Этот коммит содержится в:
родитель
210f591f1c
Коммит
9cc2557f9c
@ -528,7 +528,7 @@ int event_base_loopbreak(struct event_base *);
|
|||||||
* @param ev the event struct to be disabled
|
* @param ev the event struct to be disabled
|
||||||
* @param tv the timeout value, in seconds
|
* @param tv the timeout value, in seconds
|
||||||
*/
|
*/
|
||||||
#define oapl_timeout_add(ev, tv) event_add(ev, tv)
|
#define opal_timeout_add(ev, tv) event_add(ev, tv)
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user