Changeset 15e9390 for lib/iow-thread.c
- Timestamp:
- 10/15/09 17:49:42 (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:
- 3c26e2a
- Parents:
- db03808
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/iow-thread.c
r9d0049cf r15e9390 22 22 struct state_t { 23 23 struct buffer_t buffer[BUFFERS]; 24 int out_buffer;25 24 off_t offset; 26 25 pthread_t consumer; 27 bool closing;28 26 iow_t *iow; 29 27 pthread_cond_t data_ready; 30 28 pthread_cond_t space_avail; 31 29 pthread_mutex_t mutex; 30 int out_buffer; 31 bool closing; 32 32 }; 33 33
Note: See TracChangeset
for help on using the changeset viewer.