Changeset 16d748ee in mainline for uspace/lib/c/generic/async/client.c


Ignore:
Timestamp:
2020-01-05T03:04:38Z (4 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
66b1075
Parents:
2f04bdd
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-11-30 20:47:26)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2020-01-05 03:04:38)
Message:

Removing implicit handler from async/server and taskman.
Correcting taskman methods and it's fallback handler
Simplifying connecting to taskman

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/async/client.c

    r2f04bdd r16d748ee  
    857857        if (sess == NULL) {
    858858                ipc_hangup(phone);
    859         }else {
     859        } else {
    860860                sess->iface = iface;
    861861        }
     
    915915        if (sess == NULL) {
    916916                ipc_hangup(phone);
    917         }else {
     917        } else {
    918918                sess->iface = iface;
    919919        }
Note: See TracChangeset for help on using the changeset viewer.