Changeset adc8a63 in mainline for uspace/srv/fs/tmpfs/tmpfs.h


Ignore:
Timestamp:
2008-03-05T19:48:54Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3ca7059
Parents:
5fec355
Message:

Introduce real link counts for TMPFS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/tmpfs/tmpfs.h

    r5fec355 radc8a63  
    5555                TMPFS_DIRECTORY
    5656        } type;
     57        unsigned lnkcnt;        /**< Link count. */
    5758        size_t size;            /**< File size if type is TMPFS_FILE. */
    5859        void *data;             /**< File content's if type is TMPFS_FILE. */
Note: See TracChangeset for help on using the changeset viewer.