Changeset 7715994 in mainline for uspace/srv/net/tl/udp/udp.h


Ignore:
Timestamp:
2010-03-13T12:17:02Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6ba20a6b
Parents:
d0febca (diff), 2070570 (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.
Message:

Merge mainline changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tl/udp/udp.h

    rd0febca r7715994  
    5454        /** Networking module phone.
    5555         */
    56         int                             net_phone;
     56        int net_phone;
    5757        /** IP module phone.
    5858         */
    59         int                             ip_phone;
     59        int ip_phone;
    6060        /** ICMP module phone.
    6161         */
    62         int                             icmp_phone;
     62        int icmp_phone;
    6363        /** Packet dimension.
    6464         */
    65         packet_dimension_t      packet_dimension;
     65        packet_dimension_t packet_dimension;
    6666        /** Indicates whether UDP checksum computing is enabled.
    6767         */
    68         int                             checksum_computing;
     68        int checksum_computing;
    6969        /** Indicates whether UDP autobnding on send is enabled.
    7070         */
    71         int                             autobinding;
     71        int autobinding;
    7272        /** Last used free port.
    7373         */
    74         int                             last_used_port;
     74        int last_used_port;
    7575        /** Active sockets.
    7676         */
    77         socket_ports_t  sockets;
     77        socket_ports_t sockets;
    7878        /** Device packet dimensions.
    7979         */
    80         packet_dimensions_t     dimensions;
     80        packet_dimensions_t dimensions;
    8181        /** Safety lock.
    8282         */
    83         fibril_rwlock_t lock;
     83        fibril_rwlock_t lock;
    8484};
    8585
Note: See TracChangeset for help on using the changeset viewer.