Changeset bb154c6 in mainline for uspace/srv/sysman/job.c


Ignore:
Timestamp:
2019-08-03T08:15:25Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
09a8006
Parents:
6006f35
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-04-15 15:14:58)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-03 08:15:25)
Message:

Add skeleton for configuration files loading

  • Create content of /cfg directory,
  • create sample configuration file,
  • refactored polymorphism.

Conflicts:

boot/Makefile

File:
1 edited

Legend:

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

    r6006f35 rbb154c6  
    137137
    138138        /* Enqueue jobs */
    139         list_foreach_safe(*jobs, cur_link, next_lin) {
     139        list_foreach_safe(*jobs, cur_link, next_link) {
    140140                list_remove(cur_link);
    141141                list_append(cur_link, &job_queue);
Note: See TracChangeset for help on using the changeset viewer.