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


Ignore:
Timestamp:
2011-11-27T18:20:58Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a4ee3ab2
Parents:
762b48a
Message:

Implement socket provider API in tcp module (active side).

File:
1 edited

Legend:

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

    r762b48a r04cd242  
    3636#define TCP_H
    3737
     38#include <async.h>
     39#include <packet_remote.h>
    3840#include "tcp_type.h"
    3941
     42extern async_sess_t *net_sess;
    4043extern void tcp_transmit_pdu(tcp_pdu_t *);
    4144
Note: See TracChangeset for help on using the changeset viewer.