MXS-2220 Run uncrustify on server headers
This commit is contained in:
@ -274,7 +274,7 @@ public:
|
|||||||
std::string monitor_password() const;
|
std::string monitor_password() const;
|
||||||
|
|
||||||
mutable std::mutex m_lock;
|
mutable std::mutex m_lock;
|
||||||
DCB** persistent = nullptr; /**< List of unused persistent connections to the server */
|
DCB** persistent = nullptr;/**< List of unused persistent connections to the server */
|
||||||
|
|
||||||
private:
|
private:
|
||||||
struct Settings
|
struct Settings
|
||||||
@ -324,9 +324,10 @@ private:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
mutable std::mutex m_lock; /**< Protects against concurrent writing */
|
mutable std::mutex m_lock; /**< Protects against concurrent writing */
|
||||||
|
|
||||||
Version m_version_num; /**< Numeric version */
|
Version m_version_num; /**< Numeric version */
|
||||||
Type m_type = Type::MARIADB; /**< Server type */
|
Type m_type = Type::MARIADB; /**< Server type */
|
||||||
char m_version_str[MAX_VERSION_LEN + 1] = {'\0'}; /**< Server version string */
|
char m_version_str[MAX_VERSION_LEN + 1] = {'\0'};/**< Server version string */
|
||||||
};
|
};
|
||||||
|
|
||||||
const std::string m_name; /**< Server config name */
|
const std::string m_name; /**< Server config name */
|
||||||
|
Reference in New Issue
Block a user