summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/file/posixfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/file/posixfile.h')
-rw-r--r--src/osd/modules/file/posixfile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/osd/modules/file/posixfile.h b/src/osd/modules/file/posixfile.h
index 2339a52ceec..6f585ff827a 100644
--- a/src/osd/modules/file/posixfile.h
+++ b/src/osd/modules/file/posixfile.h
@@ -22,6 +22,9 @@
bool posix_check_socket_path(std::string const &path);
osd_file::error posix_open_socket(std::string const &path, std::uint32_t openflags, osd_file::ptr &file, std::uint64_t &filesize);
+bool posix_check_domain_path(std::string const &path);
+osd_file::error posix_open_domain(std::string const &path, std::uint32_t openflags, osd_file::ptr &file, std::uint64_t &filesize);
+
bool posix_check_ptty_path(std::string const &path);
osd_file::error posix_open_ptty(std::uint32_t openflags, osd_file::ptr &file, std::uint64_t &filesize, std::string &name);