Revision 7152e5ef sysdep/unix/io.c
sysdep/unix/io.c | ||
---|---|---|
31 | 31 |
#include "nest/bird.h" |
32 | 32 |
#include "lib/lists.h" |
33 | 33 |
#include "lib/resource.h" |
34 |
#include "lib/timer.h"
|
|
34 |
#include "sysdep/unix/timer.h"
|
|
35 | 35 |
#include "lib/socket.h" |
36 | 36 |
#include "lib/event.h" |
37 | 37 |
#include "lib/string.h" |
38 | 38 |
#include "nest/iface.h" |
39 | 39 |
|
40 |
#include "lib/unix.h"
|
|
41 |
#include "lib/sysio.h"
|
|
40 |
#include "sysdep/unix/unix.h"
|
|
41 |
#include CONFIG_INCLUDE_SYSIO_H
|
|
42 | 42 |
|
43 | 43 |
/* Maximum number of calls of tx handler for one socket in one |
44 | 44 |
* select iteration. Should be small enough to not monopolize CPU by |
Also available in: Unified diff