2 * Copyright 2011, Oliver Tappe <zooey@hirschkaefer.de>
3 * Distributed under the terms of the MIT License.
9 #include <fs_interface.h>
14 Node(ino_t sourceID
, mode_t mode
);
17 ino_t
ID() const { return fSourceID
; }
18 // currently, we reuse the source-ID
20 ino_t
SourceID() const { return fSourceID
; }
21 mode_t
Mode() const { return fMode
; }