Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/trace/trace.c

    rffa2c8ef r228e490  
    3636#include <stdlib.h>
    3737#include <unistd.h>
     38#include <ipc/ipc.h>
    3839#include <fibril.h>
    3940#include <errno.h>
     
    148149        int rc;
    149150
    150         rc = async_connect_kbox(task_id);
     151        rc = ipc_connect_kbox(task_id);
    151152
    152153        if (rc == ENOTSUP) {
     
    744745        abort_trace = true;
    745746        udebug_end(phoneid);
    746         async_hangup(phoneid);
     747        ipc_hangup(phoneid);
    747748
    748749        ipcp_cleanup();
Note: See TracChangeset for help on using the changeset viewer.