Changes in uspace/srv/devman/client_conn.c [5b18137:4c9b28a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/client_conn.c
r5b18137 r4c9b28a 632 632 if (link == NULL) { 633 633 fibril_mutex_unlock(&drv->driver_mutex); 634 free(buffer);635 634 async_answer_0(data_callid, ENOMEM); 636 635 async_answer_0(iid, ENOMEM); … … 727 726 728 727 /** Function for handling connections from a client to the device manager. */ 729 void devman_connection_client(ipc_callid_t iid, ipc_call_t *icall , void *arg)728 void devman_connection_client(ipc_callid_t iid, ipc_call_t *icall) 730 729 { 731 730 /* Accept connection. */
Note:
See TracChangeset
for help on using the changeset viewer.