Changeset 88a1bb9 in mainline for uspace/srv/net/il/ip/ip.h


Ignore:
Timestamp:
2010-11-18T23:20:09Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4eca056
Parents:
f772bc55
Message:

Remove xxx_ref typedefs (part 3).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/il/ip/ip.h

    rf772bc55 r88a1bb9  
    8989struct ip_netif {
    9090        /** ARP module. Assigned if using ARP. */
    91         module_ref arp;
     91        module_t *arp;
    9292        /** Broadcast address. */
    9393        in_addr_t broadcast;
Note: See TracChangeset for help on using the changeset viewer.