Changeset 241f1985 in mainline for uspace/srv/devman/drv_conn.c


Ignore:
Timestamp:
2019-08-31T10:45:17Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
102f641
Parents:
f92b315
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-08-23 22:04:34)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-31 10:45:17)
Message:

Correcting failure from previous merge

The commits from Michal Koutný from the branch system-daemon
where built on a old version of Helenos. Because of this
many types and API functions have changed. This commit
upgrades the merge code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/devman/drv_conn.c

    rf92b315 r241f1985  
    4141#include <io/log.h>
    4242#include <ipc/devman.h>
    43 #include <ipc/driver.h>
    4443#include <ipc/services.h>
    4544#include <loc.h>
     
    111110        if (rc != EOK) {
    112111                fibril_mutex_unlock(&driver->driver_mutex);
    113                 async_answer_0(callid, rc);
     112                async_answer_0(call, rc);
    114113                return NULL;
    115114        }
    116         sysman_main_exposee_added(unit_name, call->in_task_id);
     115        sysman_main_exposee_added(unit_name, call->task_id);
    117116        free(unit_name);
    118117       
Note: See TracChangeset for help on using the changeset viewer.