projects
/
ccan
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Revert "io: closing one side of a duplex connection closes both."
[ccan]
/
ccan
/
io
/
test
/
run-08-read-after-hangup-DEBUG.c
1
#define DEBUG
2
#define main real_main
3
int real_main(void);
4
#include "run-08-read-after-hangup.c"
5
#undef main
6
static bool always_debug(struct io_conn *conn) { return true; }
7
int main(void) { io_debug_conn = always_debug; return real_main(); }