]> git.ozlabs.org Git - ccan/blob - ccan/io/test/run-15-timeout-DEBUG.c
8ada4c006d01f8e3a9316960b6f3880d1b31c657
[ccan] / ccan / io / test / run-15-timeout-DEBUG.c
1 #define DEBUG
2 #define PORT "64015"
3 #define main real_main
4 int real_main(void);
5 #include "run-15-timeout.c"
6 #undef main
7 static bool always_debug(struct io_conn *conn) { return true; }
8 int main(void) { io_debug = always_debug; return real_main(); }