Changes in uspace/srv/bd/rd/rd.c [79ae36dd:9934f7d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/rd/rd.c
r79ae36dd r9934f7d 84 84 * @param icall Call data of the request that opened the connection. 85 85 */ 86 static void rd_connection(ipc_callid_t iid, ipc_call_t *icall )86 static void rd_connection(ipc_callid_t iid, ipc_call_t *icall, void *arg) 87 87 { 88 88 ipc_callid_t callid;
Note:
See TracChangeset
for help on using the changeset viewer.