Changeset 1763


Ignore:
Timestamp:
05/28/12 14:26:20 (12 months ago)
Author:
salcock
Message:
  • Set TRACE_RT_LAST to a value that won't overflow a 32-bit integer.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/libtrace.h.in

    r1762 r1763  
    376376        /** Unused value marking the end of the valid range for all RT packet 
    377377         * types */ 
    378         TRACE_RT_LAST                   = (2<<31) 
     378        TRACE_RT_LAST                   = 3000 
    379379} libtrace_rt_types_t; 
    380380 
Note: See TracChangeset for help on using the changeset viewer.