Changeset af7638e in mainline for uspace/lib/net/il/arp_remote.c


Ignore:
Timestamp:
2010-10-16T15:58:16Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9b9d1c95
Parents:
faa3588
Message:

Retire arp_task_get_id().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/net/il/arp_remote.c

    rfaa3588 raf7638e  
    146146}
    147147
    148 /** Returns the ARP task identifier.
    149  *
    150  * @returns             0 if called by the remote module.
    151  */
    152 task_id_t arp_task_get_id(void)
    153 {
    154         return 0;
    155 }
    156 
    157148/** Translates the given protocol address to the network interface address.
    158149 *
Note: See TracChangeset for help on using the changeset viewer.