Changeset 9934f7d in mainline for uspace/lib/c/generic/net/modules.c
- Timestamp:
- 2011-06-13T19:53:48Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a07a454
- Parents:
- 43ac0cc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/net/modules.c
r43ac0cc r9934f7d 141 141 if (phone >= 0) { 142 142 /* Request the bidirectional connection */ 143 int rc = async_obsolete_connect_to_me(phone, arg1, arg2, arg3, client_receiver); 143 int rc = async_obsolete_connect_to_me(phone, arg1, arg2, arg3, 144 client_receiver, NULL); 144 145 if (rc != EOK) { 145 146 async_obsolete_hangup(phone);
Note:
See TracChangeset
for help on using the changeset viewer.