Renamed MySQLProtocol member 'descriptor' to 'owner_dcb'.
This commit is contained in:
@ -102,9 +102,9 @@ typedef enum {
|
|||||||
typedef struct {
|
typedef struct {
|
||||||
skygw_chk_t protocol_chk_top;
|
skygw_chk_t protocol_chk_top;
|
||||||
int fd; /* The socket descriptor */
|
int fd; /* The socket descriptor */
|
||||||
struct dcb *descriptor; /** The DCB of the socket
|
struct dcb *owner_dcb; /** The DCB of the socket
|
||||||
* we are running on */
|
* we are running on */
|
||||||
mysql_pstate_t state; /** Current descriptor state */
|
mysql_pstate_t state; /** Current protocol state */
|
||||||
uint8_t scramble[MYSQL_SCRAMBLE_LEN]; /** server scramble,
|
uint8_t scramble[MYSQL_SCRAMBLE_LEN]; /** server scramble,
|
||||||
* created or received */
|
* created or received */
|
||||||
uint32_t server_capabilities; /** server capabilities,
|
uint32_t server_capabilities; /** server capabilities,
|
||||||
|
Reference in New Issue
Block a user