Changeset 01e68af in mainline for uspace/srv/sysman/units


Ignore:
Timestamp:
2019-08-17T13:43:48Z (7 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
95d4280a
Parents:
24b30e1
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-12-04 14:31:40)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-17 13:43:48)
Message:

sysman: Remove stale TODOs

Location:
uspace/srv/sysman/units
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/sysman/units/unit_mnt.c

    r24b30e1 r01e68af  
    196196
    197197       
    198         // TODO think about unit's lifecycle (is STOPPED only acceptable?)
    199198        assert(unit->state == STATE_STOPPED);
    200199
     
    237236
    238237       
    239         // TODO think about unit's lifecycle (is STOPPED only acceptable?)
    240238        // note: we should never hit STATE_STARTING, since it'd mean there are
    241239        //       two jobs running at once (unless job cancellation is implemented)
  • uspace/srv/sysman/units/unit_svc.c

    r24b30e1 r01e68af  
    8282
    8383       
    84         // TODO think about unit's lifecycle (is STOPPED only acceptable?)
    8584        assert(unit->state == STATE_STOPPED);
    8685
     
    118117
    119118       
    120         // TODO think about unit's lifecycle (is STOPPED only acceptable?)
    121119        // note: May change when job cancellation is possible.
    122120        assert(unit->state == STATE_STARTED);
  • uspace/srv/sysman/units/unit_tgt.c

    r24b30e1 r01e68af  
    8080static void unit_tgt_fail(unit_t *unit)
    8181{
    82         // TODO define semantics and implement
    8382}
    8483
Note: See TracChangeset for help on using the changeset viewer.