Changeset 63a3276 in mainline for uspace/srv/sysman/unit.h


Ignore:
Timestamp:
2019-08-06T19:20:35Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
3f05ef7
Parents:
72c8f77
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-06-17 23:02:03)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-06 19:20:35)
Message:

sysman: Instrumented locsrv for autostart

  • also refactored unit name derivation in other brokers
  • exposee creation is not used in unit's lifecycle (failed assertion)

Conflicts:

uspace/lib/c/generic/loc.c
uspace/srv/devman/driver.c
uspace/srv/devman/drv_conn.c
uspace/srv/hid/compositor/compositor.c
uspace/srv/locsrv/locsrv.c
uspace/srv/vfs/vfs.h
uspace/srv/vfs/vfs_ops.c
uspace/srv/vfs/vfs_register.c

File:
1 edited

Legend:

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

    r72c8f77 r63a3276  
    7373        link_t bfs_link;
    7474
    75         /** Seen tag for BFS traverse, must be reset before each BFS */
    76         bool bfs_tag;
     75        /** Auxiliary job created during BFS traverse, its presence serves also
     76         * as BFS tag */
     77        job_t *bfs_job;
    7778
     79        /** Job assigned to unit in transitional state */
    7880        job_t *job;
    7981
Note: See TracChangeset for help on using the changeset viewer.