Changeset 102f641 in mainline for uspace/srv/sysman/job.h


Ignore:
Timestamp:
2019-09-02T19:01:50Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
25697163
Parents:
241f1985
Message:

Correcting syntax according to ccheck

File:
1 edited

Legend:

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

    r241f1985 r102f641  
    6565        /** Jobs that this job is preventing from running */
    6666        dyn_array_t blocked_jobs;
    67         /** No. of jobs that the job is actually blocking (may differ from size
    68          * of blocked_jobs for not fully merged job */
     67        /**
     68         * No. of jobs that the job is actually blocking (may differ from size
     69         * of blocked_jobs for not fully merged job
     70         */
    6971        size_t blocked_jobs_count;
    7072        /** No. of jobs that must finish before this job */
Note: See TracChangeset for help on using the changeset viewer.