aboutsummaryrefslogtreecommitdiff
path: root/common/libs/utils/files.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/libs/utils/files.h')
-rw-r--r--common/libs/utils/files.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/libs/utils/files.h b/common/libs/utils/files.h
index cf13dea72..6e423cda4 100644
--- a/common/libs/utils/files.h
+++ b/common/libs/utils/files.h
@@ -84,6 +84,8 @@ Result<void> WalkDirectory(
#ifdef __linux__
Result<void> WaitForFile(const std::string& path, int timeoutSec);
Result<void> WaitForUnixSocket(const std::string& path, int timeoutSec);
+Result<void> WaitForUnixSocketListeningWithoutConnect(const std::string& path,
+ int timeoutSec);
#endif
// parameter to EmulateAbsolutePath