Changeset aca1777 in mainline for uspace/app/sysinst/sysinst.h
- Timestamp:
- 2025-05-08T17:12:05Z (3 months ago)
- Children:
- 2f21cd4
- Parents:
- 1cfce3f (diff), 61f28c4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sysinst/sysinst.h
r1cfce3f raca1777 39 39 #include <futil.h> 40 40 #include <gfx/color.h> 41 #include <loc.h> 41 42 #include <system.h> 42 43 #include <ui/fixed.h> … … 60 61 sysinst_progress_t *progress; 61 62 system_t *system; 63 /** Service ID of destination partition. */ 64 sysarg_t psvc_id; 62 65 futil_t *futil; 63 66 char errmsg[128];
Note:
See TracChangeset
for help on using the changeset viewer.