summaryrefslogtreecommitdiff
path: root/suspend/1.0/default/SystemSuspend.h
diff options
context:
space:
mode:
Diffstat (limited to 'suspend/1.0/default/SystemSuspend.h')
-rw-r--r--suspend/1.0/default/SystemSuspend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/suspend/1.0/default/SystemSuspend.h b/suspend/1.0/default/SystemSuspend.h
index 5632325..e5a0e84 100644
--- a/suspend/1.0/default/SystemSuspend.h
+++ b/suspend/1.0/default/SystemSuspend.h
@@ -114,6 +114,7 @@ class SystemSuspend : public ISystemSuspend {
Result<SuspendStats> getSuspendStats();
void getSuspendInfo(SuspendInfo* info);
std::chrono::milliseconds getSleepTime() const;
+ unique_fd reopenFileUsingFd(const int pid, const int fd, int permission);
private:
void initAutosuspend();