Addition of CheckSessions debug entry point

This commit is contained in:
Mark Riddoch
2013-09-18 19:06:32 +02:00
parent ace4252832
commit c7b052aab3
2 changed files with 61 additions and 1 deletions

View File

@ -71,7 +71,6 @@ typedef struct session {
SPINLOCK ses_lock;
session_state_t state; /**< Current descriptor state */
struct dcb *client; /**< The client connection */
struct dcb *backends; /**< The set of backend servers */
void *data; /**< The session data */
void *router_session;/**< The router instance data */
SESSION_STATS stats; /**< Session statistics */