Changeset 03daabd in mainline for uspace/srv/sysman/job.h


Ignore:
Timestamp:
2019-10-06T19:47:36Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
5be6361
Parents:
9559cf8
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-09-17 07:50:03)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-10-06 19:47:36)
Message:

Renaming dyn_array to array

The term dyn_array is redunant and has therefore been replaced
with the shorter term array

File:
1 edited

Legend:

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

    r9559cf8 r03daabd  
    3030#define SYSMAN_JOB_H
    3131
    32 #include <adt/dyn_array.h>
     32#include <adt/array.h>
    3333#include <adt/list.h>
    3434#include <stdatomic.h>
     
    6464
    6565        /** Jobs that this job is preventing from running */
    66         dyn_array_t blocked_jobs;
     66        array_t blocked_jobs;
    6767        /**
    6868         * No. of jobs that the job is actually blocking (may differ from size
Note: See TracChangeset for help on using the changeset viewer.