Removed the passing of epoll fd and isolated epoll functionality to
a signle file Addition of show epoll debug CLI command
This commit is contained in:
@ -237,7 +237,7 @@ CLIENT_SESSION *session = (CLIENT_SESSION *)router_session;
|
||||
/*
|
||||
* Close the connection to the backend
|
||||
*/
|
||||
session->dcb->func.close(session->dcb, 0);
|
||||
session->dcb->func.close(session->dcb);
|
||||
|
||||
atomic_add(&session->backend->count, -1);
|
||||
spinlock_acquire(&inst->lock);
|
||||
|
||||
Reference in New Issue
Block a user