Changeset 962f03b in mainline for uspace/srv/ethip/ethip.h


Ignore:
Timestamp:
2012-02-27T19:32:15Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
56792a2
Parents:
87e5658c
Message:

IP links need to be made aware of configured IP addresses.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/ethip/ethip.h

    r87e5658c r962f03b  
    5252        iplink_srv_t iplink;
    5353        service_id_t iplink_sid;
     54
     55        /** List of IP addresses configured on this link */
     56        list_t addr_list; /* of ethip_link_addr_t */
    5457} ethip_nic_t;
     58
     59typedef struct {
     60        link_t addr_list;
     61        iplink_srv_addr_t addr;
     62} ethip_link_addr_t;
    5563
    5664/** IEEE MAC-48 identifier */
Note: See TracChangeset for help on using the changeset viewer.