Changeset 1a9174e in mainline for uspace/srv/volsrv/types/part.h


Ignore:
Timestamp:
2018-06-29T15:35:50Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d3b2ffa
Parents:
72c72d4
git-author:
Jiri Svoboda <jiri@…> (2018-06-28 18:34:52)
git-committer:
Jiri Svoboda <jiri@…> (2018-06-29 15:35:50)
Message:

Volume server needs to react to partitions being removed.

File:
1 edited

Legend:

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

    r72c72d4 r1a9174e  
    3939
    4040#include <adt/list.h>
     41#include <atomic.h>
    4142#include <stdbool.h>
    4243#include <types/label.h>
     
    4647        /** Link to vol_parts */
    4748        link_t lparts;
     49        /** Reference count */
     50        atomic_t refcnt;
    4851        /** Service ID */
    4952        service_id_t svc_id;
Note: See TracChangeset for help on using the changeset viewer.