Beginnings of the symbolic link support, though it's not yet working.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@507 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -3,33 +3,11 @@
|
||||
|
||||
#include <sys/uio.h>
|
||||
|
||||
typedef enum {
|
||||
STREAM_TYPE_ANY = 0,
|
||||
STREAM_TYPE_FILE,
|
||||
STREAM_TYPE_DIR,
|
||||
STREAM_TYPE_DEVICE
|
||||
} stream_type;
|
||||
|
||||
typedef void * fs_cookie;
|
||||
typedef void * file_cookie;
|
||||
typedef void * fs_vnode;
|
||||
|
||||
//typedef struct iovec {
|
||||
// void *start;
|
||||
// size_t len;
|
||||
//} iovec;
|
||||
|
||||
typedef struct iovecs {
|
||||
size_t num;
|
||||
size_t total_len;
|
||||
iovec vec[0];
|
||||
} iovecs;
|
||||
|
||||
//struct file_stat {
|
||||
// vnode_id vnid;
|
||||
// stream_type type;
|
||||
// off_t size;
|
||||
//};
|
||||
|
||||
#endif
|
||||
#endif /* VFS_TYPES_H */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user