Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2755 → Rev 2756

/trunk/uspace/srv/fs/tmpfs/tmpfs.h
54,6 → 54,7
TMPFS_FILE,
TMPFS_DIRECTORY
} type;
unsigned lnkcnt; /**< Link count. */
size_t size; /**< File size if type is TMPFS_FILE. */
void *data; /**< File content's if type is TMPFS_FILE. */
} tmpfs_dentry_t;