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
|
Dying
|
||||||
};
|
};
|
||||||
|
|
||||||
struct OpenFileDescription
|
struct OpenFileDescription : public Shareable
|
||||||
{
|
{
|
||||||
SharedPtr<VFS::Inode> inode;
|
SharedPtr<VFS::Inode> inode;
|
||||||
int flags { 0 };
|
int flags { 0 };
|
||||||
|
Loading…
Reference in New Issue
Block a user