Commit these files, fixing bzr merge message

This commit is contained in:
Massimiliano Pinto
2013-06-14 17:35:14 +02:00
7 changed files with 409 additions and 15 deletions

View File

@ -27,6 +27,7 @@ typedef struct session {
int state; /* Current descriptor state */
struct dcb *client; /* The client connection */
struct dcb *backends; /* The set of backend servers */
void *data; /* The session data */
} SESSION;
#define SESSION_STATE_ALLOC 0