Merge branch '2.3' into 2.4

This commit is contained in:
Markus Mäkelä
2019-12-13 11:24:42 +02:00
6 changed files with 151 additions and 69 deletions

View File

@ -212,6 +212,7 @@ struct DCB : public MXB_POLL_DATA
} thread;
uint32_t n_close = 0; /** How many times dcb_close has been called. */
uint64_t m_uid; /**< Unique identifier for this DCB */
bool is_fake_event = false;
};
/**