Ignore:
Timestamp:
2010-10-10T19:13:19Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
87f78d1
Parents:
e721462
Message:

Remove broken support for bundled networking stack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/net/include/arp_interface.h

    re721462 rf99c191  
    104104 *  @param service The ARP module service. Ignored parameter.
    105105 *  @returns The ARP module phone on success.
    106  *  @returns 0 if called by the bundle module.
    107106 */
    108107extern int arp_connect_module(services_t service);
    109108
    110109/** Returns the ARP task identifier.
    111  *  @returns The current task identifier if called by the bundle module.
    112110 *  @returns 0 if called by the remote module.
    113111 */
Note: See TracChangeset for help on using the changeset viewer.