Rename socket_connected to socket_ready, since we use it before accept()

This commit is contained in:
Ian Gulliver
2016-03-02 19:28:02 -08:00
parent 14be11de79
commit 91775999d8
7 changed files with 13 additions and 13 deletions

View File

@@ -38,7 +38,7 @@ static void send_get_hello(struct buf **, void *);
static struct flow _send_flow = {
.name = "send",
.socket_connected = socket_connected_send,
.socket_ready = socket_ready_send,
.new = send_new,
.get_hello = send_get_hello,
.ref_count = &peer_count_out,