Changeset a1b899f for lib/libtrace.h.in
- Timestamp:
- 03/16/07 11:51:07 (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:
- 0fd4ad6
- Parents:
- 3198df4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/libtrace.h.in
r28d81c8 ra1b899f 131 131 ((@LIBTRACE_MAJOR@<<16)|(@LIBTRACE_MID@<<8)|(@LIBTRACE_MINOR@)) 132 132 133 #define LIBTRACE_SVN_REVISION 0 134 133 135 #ifdef __cplusplus 134 136 extern "C" { … … 273 275 TRACE_RT_DUCK_2_5 =14,/**< Dag 2.5 Duck */ 274 276 TRACE_RT_LOSTCONN =15,/**< Lost connection to server */ 277 TRACE_RT_SERVERSTART =16,/**< Server has been restarted */ 278 TRACE_RT_CLIENTDROP =17,/**< Reliable client was lost */ 275 279 276 280 TRACE_RT_DATA_SIMPLE = 1000, /**< Trace types that know their link
Note: See TracChangeset
for help on using the changeset viewer.