Changeset 6d06bbc in mainline for uspace/app/sysinst/sysinst.h
- Timestamp:
- 2026-04-08T18:33:34Z (3 days ago)
- Branches:
- master
- Children:
- 5bc87028, 68f13bcc, df2f4d9
- Parents:
- 9f9d9067
- File:
-
- 1 edited
-
uspace/app/sysinst/sysinst.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sysinst/sysinst.h
r9f9d9067 r6d06bbc 1 1 /* 2 * Copyright (c) 202 5Jiri Svoboda2 * Copyright (c) 2026 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 54 54 } sysinst_progress_t; 55 55 56 /** Installer operation */ 57 typedef enum { 58 /** initial OS installation */ 59 sio_install, 60 /** OS upgrade */ 61 sio_upgrade 62 } sysinst_oper_t; 63 56 64 /** System installer. */ 57 65 typedef struct { … … 63 71 /** Service ID of destination partition. */ 64 72 sysarg_t psvc_id; 73 /** operation being performed */ 74 sysinst_oper_t oper; 65 75 futil_t *futil; 66 76 char errmsg[128];
Note:
See TracChangeset
for help on using the changeset viewer.
