Add Unix domain sockets for local IPC #37

Merged
apio merged 16 commits from unix-sockets into main 2023-07-30 09:49:38 +00:00
Showing only changes of commit 0c873923e8 - Show all commits

View File

@ -28,7 +28,7 @@ enum class ThreadState
Dying
};
struct OpenFileDescription
struct OpenFileDescription : public Shareable
{
SharedPtr<VFS::Inode> inode;
int flags { 0 };