Changeset 87a31ef2 in mainline for uspace/lib/c/generic/async/client.c
- Timestamp:
- 2019-08-07T11:47:00Z (6 years ago)
- Children:
- d5cca04
- Parents:
- 4ff66ae
- git-author:
- Michal Koutny <xm.koutny+hos@…> (2015-11-15 11:47:07)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 11:47:00)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/async/client.c
r4ff66ae r87a31ef2 198 198 } 199 199 200 int async_session_phone(async_sess_t *sess) 201 { 202 return sess->phone; 203 } 200 204 201 205 /** Initialize the async framework.
Note:
See TracChangeset
for help on using the changeset viewer.