Got btree test to build again.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6295 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -43,11 +43,20 @@ class Inode {
|
|||||||
bool IsDirectory() const { return true; }
|
bool IsDirectory() const { return true; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
friend void dump_inode(Inode &inode);
|
||||||
|
|
||||||
Volume *fVolume;
|
Volume *fVolume;
|
||||||
BFile fFile;
|
BFile fFile;
|
||||||
off_t fSize;
|
off_t fSize;
|
||||||
ReadWriteLock fLock;
|
ReadWriteLock fLock;
|
||||||
int32 fMode;
|
int32 fMode;
|
||||||
|
|
||||||
|
// for dump_inode() only:
|
||||||
|
off_t fOldSize;
|
||||||
|
off_t fOldLastModified;
|
||||||
|
off_t fBlockNumber;
|
||||||
|
void *fTree;
|
||||||
|
void *fAttributes;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* INODE_H */
|
#endif /* INODE_H */
|
||||||
|
|||||||
@@ -2,6 +2,8 @@ SubDir OBOS_TOP src tests add-ons kernel file_systems bfs btree ;
|
|||||||
|
|
||||||
SubDirHdrs $(OBOS_TOP) src add-ons kernel file_systems bfs ;
|
SubDirHdrs $(OBOS_TOP) src add-ons kernel file_systems bfs ;
|
||||||
|
|
||||||
|
UsePrivateHeaders [ FDirName kernel util ] ; # For kernel_cpp.cpp
|
||||||
|
|
||||||
rule FPreIncludes { return -include\ $(1:D=$(SUBDIR)) ; }
|
rule FPreIncludes { return -include\ $(1:D=$(SUBDIR)) ; }
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user