Changeset 73f7c4e in mainline for uspace/srv/sysman/main.c
- Timestamp:
- 2019-08-06T18:29:02Z (6 years ago)
- Children:
- c2d50c8
- Parents:
- c1b2084
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-05-24 09:32:10)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-06 18:29:02)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/main.c
rc1b2084 r73f7c4e 59 59 #define UNIT_CFG_INITRD "init.cfg" 60 60 61 61 62 static const char *target_sequence[] = { 62 63 TARGET_INIT, … … 192 193 } 193 194 194 int rc = sysman_ queue_job(tgt, STATE_STARTED, &sequence_job_handler,195 int rc = sysman_run_job(tgt, STATE_STARTED, &sequence_job_handler, 195 196 target_name_ptr); 196 197
Note:
See TracChangeset
for help on using the changeset viewer.