Changeset c64e254 in mainline for uspace/srv/sysman/unit.h


Ignore:
Timestamp:
2019-08-07T09:55:32Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
fcc4f86
Parents:
92a7cfb1
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-11-04 00:28:15)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-07 09:55:32)
Message:

sysman: Generalize closure creation to any graph ("visitor" pattern)

File:
1 edited

Legend:

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

    r92a7cfb1 rc64e254  
    6161        link_t bfs_link;
    6262
    63         /** Auxiliary job created during BFS traverse, its presence serves also
    64          * as BFS tag */
    65         job_t *bfs_job;
     63        /** Mark during BFS traversal unit is already queued */
     64        bool bfs_tag;
     65
     66        /** Auxiliary data for BFS traverse users .*/
     67        void *bfs_data;
    6668
    6769        /** Job assigned to unit in transitional state */
Note: See TracChangeset for help on using the changeset viewer.