server: split file descriptors in in/out fd's
commit5a41435e45ae18c0823780382c214fb7324dbe7d
authorØyvind Harboe <oyvind.harboe@zylin.com>
Mon, 27 Sep 2010 06:26:31 +0000 (27 08:26 +0200)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Fri, 1 Oct 2010 08:21:33 +0000 (1 10:21 +0200)
treecc9aa3f6c884328dcb4fbc969a7ba45b09ed8282
parenta60a57d8ed1cb28de1eca0e2d6d78d70bd873663
server: split file descriptors in in/out fd's

pipes have different fd's for in/out. This makes the
code more orthogonal and prepares for adding pipes.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
src/server/gdb_server.c
src/server/server.c
src/server/server.h
src/server/tcl_server.c
src/server/telnet_server.c