Changes in uspace/lib/net/tl/tl_skel.c [f1938c6:014dd57b] in mainline
- File:
-
- 1 edited
-
uspace/lib/net/tl/tl_skel.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/tl/tl_skel.c
rf1938c6 r014dd57b 56 56 ipc_answer_0(iid, EOK); 57 57 58 /* Per-connection initialization */59 tl_connection();60 61 58 while (true) { 62 59 ipc_call_t answer; … … 71 68 72 69 /* Process the message */ 73 int res = tl_message(callid, &call, &answer, &count); 70 int res = tl_module_message(callid, &call, &answer, 71 &count); 74 72 75 73 /*
Note:
See TracChangeset
for help on using the changeset viewer.
