Changeset ef69a05
- Timestamp:
- 05/02/06 20:31:42 (15 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:
- 81f9b6e
- Parents:
- aeee9db
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_wag.c
raeee9db ref69a05 212 212 to_read = sizeof(struct frame_t); 213 213 214 #ifndef WIN32 214 215 fd_flags = fcntl(INPUT.fd, F_GETFL); 215 216 if (fd_flags == -1) { … … 237 238 } 238 239 } 240 #endif 239 241 240 242 /* I'm not sure if wag has a memory hole which we can use for
Note: See TracChangeset
for help on using the changeset viewer.