From 21763951b02b8ec59bd8790e4ea1d2cc9ee4d1ea Mon Sep 17 00:00:00 2001 From: Kris Van Hees Date: Thu, 12 Jan 2012 17:34:35 -0500 Subject: [PATCH] Forgot to commit the changes to the header file. Signed-off-by: Kris Van Hees --- dtrace/dtrace.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dtrace/dtrace.h b/dtrace/dtrace.h index f981edc634a29..a55f7898187d1 100644 --- a/dtrace/dtrace.h +++ b/dtrace/dtrace.h @@ -23,6 +23,7 @@ #define UINT64_MAX (~0ULL) #define UINT64_MIN (0) #define INT64_MAX ((long long)(~0ULL>>1)) +#define INT64_MIN (-INT64_MAX - 1LL) #define NBBY (__BITS_PER_LONG / sizeof (long)) @@ -798,6 +799,7 @@ struct dtrace_state { dtrace_speculation_t *dts_speculations; int dts_nspeculations; struct idr dts_agg_idr; + int dts_naggs; uint64_t dts_errors; uint32_t dts_speculations_busy; uint32_t dts_speculations_unavail; -- 2.50.1