Changeset 1a9174e in mainline for uspace/srv/volsrv/types/part.h
- Timestamp:
- 2018-06-29T15:35:50Z (7 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/volsrv/types/part.h
r72c72d4 r1a9174e 39 39 40 40 #include <adt/list.h> 41 #include <atomic.h> 41 42 #include <stdbool.h> 42 43 #include <types/label.h> … … 46 47 /** Link to vol_parts */ 47 48 link_t lparts; 49 /** Reference count */ 50 atomic_t refcnt; 48 51 /** Service ID */ 49 52 service_id_t svc_id;
Note:
See TracChangeset
for help on using the changeset viewer.