Changeset 762b48a in mainline for uspace/srv/net/tl/tcp/rqueue.c


Ignore:
Timestamp:
2011-11-23T19:14:49Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
04cd242
Parents:
1812a0d
Message:

Rename some source files as their meaning has shifted.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tl/tcp/rqueue.c

    r1812a0d r762b48a  
    4141#include <thread.h>
    4242#include "conn.h"
    43 #include "header.h"
     43#include "pdu.h"
    4444#include "rqueue.h"
    4545#include "segment.h"
    46 #include "state.h"
    4746#include "tcp_type.h"
     47#include "ucall.h"
    4848
    4949/** Transcode bounced segments.
Note: See TracChangeset for help on using the changeset viewer.