Changeset 63c1dd5 in mainline for uspace/srv/volsrv/types/volume.h


Ignore:
Timestamp:
2018-10-09T08:40:53Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
63a045c
Parents:
ee9c703
git-author:
Jiri Svoboda <jiri@…> (2018-10-08 18:38:16)
git-committer:
Jiri Svoboda <jiri@…> (2018-10-09 08:40:53)
Message:

Persistence of Tetris highscore table. Detect live mode and create directory structure in init task. Reading volume configuration, vol -c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/volsrv/types/volume.h

    ree9c703 r63c1dd5  
    4949        /** Link to vol_volumes */
    5050        link_t lvolumes;
     51        /** ID used by clients to refer to the volume */
     52        volume_id_t id;
    5153        /** Reference count */
    5254        atomic_refcount_t refcnt;
     
    6971        /** Volumes SIF node */
    7072        sif_node_t *nvolumes;
     73        /** Next ID */
     74        sysarg_t next_id;
    7175} vol_volumes_t;
    7276
Note: See TracChangeset for help on using the changeset viewer.