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


Ignore:
Timestamp:
2011-10-04T20:40:05Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8c7a054
Parents:
32105348
Message:

Implement RECEIVE user call.

File:
1 edited

Legend:

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

    r32105348 rd9ce049  
    3737
    3838#include <adt/list.h>
     39#include <fibril_synch.h>
    3940#include <sys/types.h>
    4041
     
    114115        size_t rcv_buf_size;
    115116        size_t rcv_buf_used;
     117        fibril_mutex_t rcv_buf_lock;
     118        fibril_condvar_t rcv_buf_cv;
    116119
    117120        /** Send buffer */
Note: See TracChangeset for help on using the changeset viewer.