kernel: Make OpenFileDescription shareable
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
apio 2023-07-30 11:33:46 +02:00
parent 63745565db
commit 0c873923e8
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

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