Changeset db03808 for lib/format_rt.c
- Timestamp:
- 10/15/09 17:48:16 (11 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 15e9390
- Parents:
- 23e1258
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_rt.c
r1aa4bf7 rdb03808 77 77 struct rt_format_data_t { 78 78 char *hostname; 79 char *pkt_buffer; 80 char *buf_current; 81 size_t buf_filled; 79 82 int port; 80 83 int input_fd; 81 84 int reliable; 82 char *pkt_buffer;83 char *buf_current;84 size_t buf_filled;85 85 rt_header_t rt_hdr; 86 86
Note: See TracChangeset
for help on using the changeset viewer.