refactor core_process (1)

This commit is contained in:
arm64v8a
2022-09-11 11:38:48 +08:00
parent dbbd54077b
commit 06b0163319
7 changed files with 120 additions and 103 deletions

View File

@@ -41,6 +41,8 @@ namespace NekoRay {
QString core_token;
int core_port = 19810;
int started_id = -1919;
bool core_running = false;
bool core_prepare_exit = false;
Routing *routing = new Routing;
int imported_count = 0;