Changeset 102f641 in mainline for uspace/srv/sysman/units/unit_mnt.h
- Timestamp:
- 2019-09-02T19:01:50Z (6 years ago)
- Children:
- 25697163
- Parents:
- 241f1985
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/units/unit_mnt.h
r241f1985 r102f641 39 39 char *device; 40 40 41 /** Should be underlying units (FS server, device) be autostarted 42 * (implies blocking) */ 41 /** 42 * Should be underlying units (FS server, device) be autostarted 43 * (implies blocking) 44 */ 43 45 bool autostart; 44 46 … … 50 52 51 53 #endif 52
Note:
See TracChangeset
for help on using the changeset viewer.