Changes in uspace/app/trace/trace.c [ffa2c8ef:228e490] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/trace.c
rffa2c8ef r228e490 36 36 #include <stdlib.h> 37 37 #include <unistd.h> 38 #include <ipc/ipc.h> 38 39 #include <fibril.h> 39 40 #include <errno.h> … … 148 149 int rc; 149 150 150 rc = async_connect_kbox(task_id);151 rc = ipc_connect_kbox(task_id); 151 152 152 153 if (rc == ENOTSUP) { … … 744 745 abort_trace = true; 745 746 udebug_end(phoneid); 746 async_hangup(phoneid);747 ipc_hangup(phoneid); 747 748 748 749 ipcp_cleanup();
Note:
See TracChangeset
for help on using the changeset viewer.