-src := bfd.c io.c packets.c
+src := bfd.c packets.c
obj := $(src-o-files)
$(all-daemon)
$(cf-local)
-tests_objs := $(tests_objs) $(src-o-files)
\ No newline at end of file
+tests_objs := $(tests_objs) $(src-o-files)
#include "lib/string.h"
#include "nest/bfd.h"
-#include "io.h"
+#include "sysdep/unix/io-loop.h"
#define BFD_CONTROL_PORT 3784
-src := alloc.c io.c krt.c log.c main.c random.c coroutine.c
+src := alloc.c io.c io-loop.c krt.c log.c main.c random.c coroutine.c
obj := $(src-o-files)
$(all-daemon)
$(cf-local)
#include <sys/time.h>
#include "nest/bird.h"
-#include "proto/bfd/io.h"
+#include "sysdep/unix/io-loop.h"
#include "lib/buffer.h"
#include "lib/lists.h"
* Can be freely distributed and used under the terms of the GNU GPL.
*/
-#ifndef _BIRD_BFD_IO_H_
-#define _BIRD_BFD_IO_H_
+#ifndef _BIRD_IO_LOOP_H_
+#define _BIRD_IO_LOOP_H_
#include "nest/bird.h"
#include "lib/lists.h"
void birdloop_unmask_wakeups(struct birdloop *loop);
-#endif /* _BIRD_BFD_IO_H_ */
+#endif /* _BIRD_IO_LOOP_H_ */