Changeset 24fe0f5 for lib/trace.c
- Timestamp:
- 02/19/19 10:34:57 (2 years ago)
- Parents:
- 54ef438 (diff), c2fe7b6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/trace.c
r9c86dee r24fe0f5 674 674 /* Dealt with earlier */ 675 675 return -1; 676 case TRACE_OPTION_CONSTANT_ERF_FRAMING: 677 if (!trace_is_err(libtrace)) { 678 trace_set_err(libtrace, 679 TRACE_ERR_OPTION_UNAVAIL, 680 "This format does not feature an ERF header or does not support bypassing the framing length calculation"); 681 } 682 return -1; 683 676 684 677 685 }
Note: See TracChangeset
for help on using the changeset viewer.