Use mutex_guard to lock su_info

This commit is contained in:
topjohnwu
2019-09-26 01:49:50 -04:00
parent 947dae4900
commit b763b81f56
2 changed files with 5 additions and 12 deletions

View File

@@ -5,6 +5,7 @@
#include <memory>
#include <db.h>
#include <utils.h>
#define DEFAULT_SHELL "/system/bin/sh"
@@ -29,8 +30,7 @@ public:
su_info(unsigned uid = 0);
~su_info();
void lock();
void unlock();
mutex_guard lock();
bool is_fresh();
void refresh();