kernel: Make OpenFileDescription shareable
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
63745565db
commit
0c873923e8
@ -28,7 +28,7 @@ enum class ThreadState
|
||||
Dying
|
||||
};
|
||||
|
||||
struct OpenFileDescription
|
||||
struct OpenFileDescription : public Shareable
|
||||
{
|
||||
SharedPtr<VFS::Inode> inode;
|
||||
int flags { 0 };
|
||||
|
Loading…
Reference in New Issue
Block a user