Changeset ee5e4c7 for lib/format_erf.c
- Timestamp:
- 02/16/06 11:29:20 (16 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:
- 1fbd938
- Parents:
- 20b7e75
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_erf.c
r6eb91ff ree5e4c7 168 168 if (S_ISCHR(buf.st_mode)) { 169 169 /* DEVICE */ 170 libtrace->sourcetype = DEVICE;170 libtrace->sourcetype = TRACE_SOURCE_DEVICE; 171 171 if((INPUT.fd = dag_open(CONNINFO.path)) < 0) { 172 172 fprintf(stderr,"Cannot open DAG %s: %m\n",
Note: See TracChangeset
for help on using the changeset viewer.