diff --git a/headers/private/kernel/boot/vfs.h b/headers/private/kernel/boot/vfs.h index 2eed969ef6..a885f19ef9 100644 --- a/headers/private/kernel/boot/vfs.h +++ b/headers/private/kernel/boot/vfs.h @@ -30,6 +30,7 @@ class Node { virtual status_t GetName(char *nameBuffer, size_t bufferSize) const; virtual int32 Type() const; virtual off_t Size() const; + virtual ino_t Inode() const; status_t Acquire(); status_t Release();