Changeset 088533a for lib/libtrace.h
- Timestamp:
- 04/21/06 23:13:54 (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:
- a4bfbf0
- Parents:
- dd2eaee
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/libtrace.h
rdd2eaee r088533a 1041 1041 */ 1042 1042 typedef enum { 1043 TRACE_TYPE_LEGACY, 1044 TRACE_TYPE_HDLC_POS, 1043 TRACE_TYPE_HDLC_POS = 1, 1045 1044 TRACE_TYPE_ETH, /**< 802.3 style Ethernet */ 1046 1045 TRACE_TYPE_ATM, … … 1050 1049 TRACE_TYPE_LINUX_SLL, /**< Linux "null" framing */ 1051 1050 TRACE_TYPE_PFLOG, /**< FreeBSD's PFlug */ 1052 TRACE_TYPE_LEGACY_POS, 1053 TRACE_TYPE_LEGACY_ATM, 1054 TRACE_TYPE_LEGACY_ETH, 1055 TRACE_TYPE_80211_PRISM 1051 TRACE_TYPE_POS, 1052 TRACE_TYPE_80211_PRISM = 12 1056 1053 } libtrace_linktype_t; 1057 1054
Note: See TracChangeset
for help on using the changeset viewer.