Changeset 10056483 in mainline for uspace/lib/net/include/ip_interface.h
- Timestamp:
- 2010-10-13T22:48:25Z (14 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/include/ip_interface.h
rb278b4e r10056483 42 42 43 43 #include <net/in.h> 44 #include < ip_codes.h>44 #include <net/ip_codes.h> 45 45 46 46 #include <ip_remote.h> … … 74 74 * @param[in] me The requesting module service. 75 75 * @param[in] receiver The message receiver. Used for remote connection. 76 * @param[in] tl_received_msg The message processing function. Used if bundled together.77 76 * @returns The phone of the needed service. 78 77 * @returns EOK on success. 79 78 * @returns Other error codes as defined for the bind_service() function. 80 79 */ 81 extern int ip_bind_service(services_t service, int protocol, services_t me, async_client_conn_t receiver , tl_received_msg_t tl_received_msg);80 extern int ip_bind_service(services_t service, int protocol, services_t me, async_client_conn_t receiver); 82 81 83 82 /** Connects to the IP module.
Note:
See TracChangeset
for help on using the changeset viewer.