mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 03:31:45 +08:00
优化代码,去除编译警告,修复拼写错误
This commit is contained in:
@@ -29,10 +29,12 @@ public:
|
||||
bool wait(bool block = true);
|
||||
int exit_code();
|
||||
private:
|
||||
int _exit_code = 0;
|
||||
pid_t _pid = -1;
|
||||
void *_handle = nullptr;
|
||||
void* _process_stack = nullptr;
|
||||
int _exit_code = 0;
|
||||
#if (defined(__linux) || defined(__linux__))
|
||||
void *_process_stack = nullptr;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user