Merge branch '2.2' into 2.3
This commit is contained in:
@ -228,6 +228,8 @@ typedef struct dcb
|
||||
} thread;
|
||||
uint32_t n_close; /** How many times dcb_close has been called. */
|
||||
char* path; /** If a Unix socket, the path it was bound to. */
|
||||
|
||||
uint64_t m_uid; /**< Unique identifier for this DCB */
|
||||
} DCB;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user