Changeset eea65f4 in mainline for uspace/srv/net/tl/tcp/tcp_type.h
- Timestamp:
- 2011-11-21T21:16:23Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6896409c
- Parents:
- 004a5fe
- File:
-
- 1 edited
-
uspace/srv/net/tl/tcp/tcp_type.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/tcp/tcp_type.h
r004a5fe reea65f4 271 271 } cproc_t; 272 272 273 /** Encoded PDU */ 274 typedef struct { 275 /** Source address */ 276 netaddr_t src_addr; 277 /** Destination address */ 278 netaddr_t dest_addr; 279 280 /** Encoded header */ 281 void *header; 282 /** Encoded header size */ 283 size_t header_size; 284 /** Text */ 285 void *text; 286 /** Text size */ 287 size_t text_size; 288 } tcp_pdu_t; 289 273 290 #endif 274 291
Note:
See TracChangeset
for help on using the changeset viewer.
