[Loginserver] Health Checks (#1665)

* Health checks stash

* Healthcheck work
This commit is contained in:
Chris Miles
2021-11-03 14:39:51 -05:00
committed by GitHub
parent e4138b871b
commit 6e26e8953c
8 changed files with 196 additions and 17 deletions
+2
View File
@@ -89,6 +89,8 @@ public:
uint32 in_account_id,
const std::string &in_account_password_hash
);
static uint32 HealthCheckUserLogin();
};