Changeset 15e9390 for lib/ior-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/ior-thread.c
r398fa86 r15e9390 28 28 pthread_cond_t data_ready; 29 29 pthread_mutex_t mutex; 30 io_t *io; 30 31 bool closing; 31 io_t *io;32 32 }; 33 33
Note: See TracChangeset
for help on using the changeset viewer.