Changeset 01e68af in mainline for uspace/lib/sysman/src/sysman.c


Ignore:
Timestamp:
2019-08-17T13:43:48Z (5 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/sysman/src/sysman.c

    r24b30e1 r01e68af  
    3535async_exch_t *sysman_exchange_begin(sysman_interface_t iface)
    3636{
    37         // TODO need special session for each iface!
    3837        if (sysman_sess[iface] == NULL) {
    3938                // TODO serialize vs parallel
Note: See TracChangeset for help on using the changeset viewer.