Merge branch '2.2' into 2.3

This commit is contained in:
Markus Mäkelä
2019-03-27 12:16:54 +02:00
2 changed files with 9 additions and 1 deletions

View File

@ -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;
/**