Changeset 81c4e6ec in mainline for uspace/srv/sysman/job_closure.h


Ignore:
Timestamp:
2020-07-05T20:46:27Z (4 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Parents:
a73aaec1
git-author:
Matthieu Riolo <matthieu.riolo@…> (2020-07-05 20:37:10)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2020-07-05 20:46:27)
Message:

removing adt/array and replace it with adt/list in sysman

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/sysman/job_closure.h

    ra73aaec1 r81c4e6ec  
    3030#define SYSMAN_JOB_CLOSURE_H
    3131
    32 #include <adt/array.h>
     32#include <adt/list.h>
    3333
    3434#include "job.h"
     
    3636#define CLOSURE_ISOLATE 0x1
    3737
    38 typedef array_t job_closure_t;
     38typedef list_t job_closure_t;
    3939
    4040extern errno_t job_create_closure(job_t *, job_closure_t *, int);
Note: See TracChangeset for help on using the changeset viewer.