Rename socket_connected to socket_ready, since we use it before accept()
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user