Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2708 → Rev 2709

/trunk/uspace/srv/vfs/vfs.h
204,6 → 204,9
/** Number of file handles referencing this file. */
unsigned refcnt;
 
/** Append on write. */
bool append;
 
/** Current position in the file. */
off_t pos;
} vfs_file_t;