Changeset 8ebc5b8a in mainline for uspace/srv/net/tcp/segment.c


Ignore:
Timestamp:
2017-08-27T11:59:59Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
868b0e9
Parents:
b33d140
Message:

Start adding unit tests to TCP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tcp/segment.c

    rb33d140 r8ebc5b8a  
    4343
    4444/** Alocate new segment structure. */
    45 tcp_segment_t *tcp_segment_new(void)
     45static tcp_segment_t *tcp_segment_new(void)
    4646{
    4747        return calloc(1, sizeof(tcp_segment_t));
Note: See TracChangeset for help on using the changeset viewer.