Changeset 10056483 in mainline for uspace/lib/net/netif/netif_remote.c


Ignore:
Timestamp:
2010-10-13T22:48:25Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ef689ef0
Parents:
b278b4e (diff), 753bca3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from lp:~jakub/helenos/net.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/net/netif/netif_remote.c

    rb278b4e r10056483  
    9191}
    9292
     93/** Create bidirectional connection with the network interface module and
     94 * registers the message receiver.
     95 *
     96 * @param[in] service   The network interface module service.
     97 * @param[in] device_id The device identifier.
     98 * @param[in] me        The requesting module service.
     99 * @param[in] receiver  The message receiver.
     100 *
     101 * @return The phone of the needed service.
     102 * @return EOK on success.
     103 * @return Other error codes as defined for the bind_service() function.
     104 *
     105 */
    93106int netif_bind_service_remote(services_t service, device_id_t device_id, services_t me,
    94107    async_client_conn_t receiver)
Note: See TracChangeset for help on using the changeset viewer.