| 239 | } |
| 240 | |
| 241 | static int other_dir_fd(struct conn *c, int fd) |
| 242 | { |
| 243 | if (c->in_fd == fd) |
| 244 | return c->out_fd; |
| 245 | return c->in_fd; |
| 246 | } |
| 247 | |
| 248 | /* currently active msg_vec */ |
| 249 | static struct msg_vec *msg_vec(struct io_msg *imsg) |
no outgoing calls
no test coverage detected