From: Simon Marchi Date: Fri, 23 Nov 2012 23:10:38 +0000 (-0500) Subject: Fix compilation for 3.0 branch (>= 3.0.39) X-Git-Tag: v2.2.0-rc1~36 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=49bafb1440249c0f4e7d5161ef0ef8ae871102bf;hp=49bafb1440249c0f4e7d5161ef0ef8ae871102bf;p=lttng-modules.git Fix compilation for 3.0 branch (>= 3.0.39) The isolate_mode_t type that appeared in 3.2 was backported to 3.0.39 so the version check must be fixed. It was not backported to the 3.1 branch though, so it must be excluded. Signed-off-by: Simon Marchi Signed-off-by: Mathieu Desnoyers ---