Changeset be07995 in mainline for uspace/srv/sysman/sysman.c


Ignore:
Timestamp:
2019-08-17T13:54:09Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
8d74fdd
Parents:
015b147
git-author:
Michal Koutný <xm.koutny+hos@…> (2016-01-10 23:36:33)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-17 13:54:09)
Message:

sysman: Add support for closure creation with CLOSURE_ISOLATE flag

Now can create closures, that contain start jobs for all transitively dependent
jobs and stop for all others. (Next step: enqueue and execute.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/sysman/sysman.c

    r015b147 rbe07995  
    373373        free(job_args);
    374374
    375         int rc = job_create_closure(job, &job_closure);
     375        int rc = job_create_closure(job, &job_closure, 0);
    376376        if (rc != EOK) {
    377377                sysman_log(LVL_ERROR, "Cannot create closure for job %p (%i)",
Note: See TracChangeset for help on using the changeset viewer.