Fixed server
This commit is contained in:
parent
98eab49e99
commit
b171906162
4 changed files with 32 additions and 4 deletions
|
|
@ -208,6 +208,7 @@ public:
|
|||
|
||||
void StopDeviceDetection();
|
||||
|
||||
void WaitForInitialization();
|
||||
void WaitForDeviceDetection();
|
||||
|
||||
private:
|
||||
|
|
@ -243,6 +244,10 @@ private:
|
|||
| Auto connection permitting flag |
|
||||
\*-------------------------------------------------------------------------------------*/
|
||||
bool apply_post_options;
|
||||
/*-------------------------------------------------------------------------------------*\
|
||||
| Initialization completion flag |
|
||||
\*-------------------------------------------------------------------------------------*/
|
||||
std::atomic<bool> init_finished;
|
||||
|
||||
/*-------------------------------------------------------------------------------------*\
|
||||
| Profile Manager |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue