MXS-1582 Close listener sockets on exit
If the listener socket refers to a Unix domain socket, the socket file will be deleted as well.
This commit is contained in:
@ -182,6 +182,7 @@ typedef struct dcb
|
||||
struct dcb *tail; /**< Last DCB in owning thread's list */
|
||||
} 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. */
|
||||
skygw_chk_t dcb_chk_tail;
|
||||
} DCB;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user