The Node class can now return an inode number.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7984 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-06-15 16:52:19 +00:00
parent 7765cbf6f4
commit ad3b4b1fad

View File

@ -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();