Changeset 0a8f070 in mainline for uspace/app/trace/ipcp.c
- Timestamp:
- 2019-08-07T02:33:03Z (6 years ago)
- Children:
- fe86d9d
- Parents:
- 103939e
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-08-16 16:04:14)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 02:33:03)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/ipcp.c
r103939e r0a8f070 302 302 } 303 303 304 if ((phone == PHONE_NS) && (method == IPC_M_CONNECT_ME_TO) && 304 // TODO obsoleted (initial phone needn't to be phone to NS anymore) 305 // actually what connections should it monitor? 306 if ((phone == PHONE_INITIAL) && (method == IPC_M_CONNECT_ME_TO) && 305 307 (retval == 0)) { 306 308 /* Connected to a service (through NS) */
Note:
See TracChangeset
for help on using the changeset viewer.