Changeset aaa3f33a in mainline for uspace/srv/net/tl/tcp/tcp.h


Ignore:
Timestamp:
2010-11-19T21:26:08Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a7811f17, cc3c2a1c
Parents:
4eca056
Message:

Remove xxx_ref typedefs (part 5).

File:
1 edited

Legend:

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

    r4eca056 raaa3f33a  
    262262        uint16_t dest_port;
    263263        /** Parent local sockets. */
    264         socket_cores_ref local_sockets;
     264        socket_cores_t *local_sockets;
    265265       
    266266        /** Local sockets safety lock.
Note: See TracChangeset for help on using the changeset viewer.