libtasks Documentation  1.6
ev_wrapper.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2013-2014 ADTECH GmbH
3  * Licensed under MIT (https://github.com/adtechlabs/libtasks/blob/master/COPYING)
4  *
5  * Author: Andreas Pohl
6  */
7 
8 #ifndef _TASKS_EV_WRAPPER_H_
9 #define _TASKS_EV_WRAPPER_H_
10 
11 #define EV_ASYNC_ENABLE 1
12 
13 #include <ev.h>
14 
15 #endif // _TASKS_EV_WRAPPER_H_