improve: ReZygisk status saving

This commit improves how ReZygisk saves its status.
This commit is contained in:
ThePedroo
2024-08-15 17:13:17 -03:00
parent 6187f34837
commit 3d2125d6c0
5 changed files with 95 additions and 82 deletions
-2
View File
@@ -57,8 +57,6 @@ enum zygote_root_impl {
struct zygote_info {
struct zygote_modules *modules;
enum zygote_root_impl root_impl;
pid_t pid;
bool running;
};
namespace zygiskd {