Changeset 7cce333 in mainline for uspace/srv/sysman/units/unit_mnt.c
- Timestamp:
- 2019-08-07T10:22:06Z (6 years ago)
- Children:
- 5353f50
- Parents:
- a097c50
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-11-10 21:19:03)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 10:22:06)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/units/unit_mnt.c
ra097c50 r7cce333 210 210 211 211 mnt_data.flags |= u_mnt->blocking ? IPC_FLAG_BLOCKING : 0; 212 mnt_data.flags |= u_mnt->autostart ? IPC_ FLAG_AUTOSTART : 0;212 mnt_data.flags |= u_mnt->autostart ? IPC_AUTOSTART : 0; 213 213 mnt_data.unit = unit; 214 214
Note:
See TracChangeset
for help on using the changeset viewer.