Changeset 708f9ae for lib/format_dag25.c
- Timestamp:
- 08/01/07 16:58:15 (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:
- 82b26ab
- Parents:
- 646aca1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_dag25.c
r646aca1 r708f9ae 123 123 case TRACE_OPTION_FILTER: 124 124 return -1; 125 default: 126 trace_set_err(libtrace, TRACE_ERR_UNKNOWN_OPTION, 127 "Unknown or unsupported option: %i", 128 option); 129 return -1; 130 } 131 assert (0); 125 case TRACE_OPTION_EVENT_REALTIME: 126 return -1; 127 } 128 return -1; 132 129 } 133 130
Note: See TracChangeset
for help on using the changeset viewer.