From: Michael Jerris Date: Thu, 18 Feb 2010 20:02:03 +0000 (+0000) Subject: fix windows build (FSBUILD-245) X-Git-Tag: v1.0.6~435 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6da81efaa50a0e647cbe97734737d4fd1db88b5a;p=thirdparty%2Ffreeswitch.git fix windows build (FSBUILD-245) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16695 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/include/private/switch_core_pvt.h b/src/include/private/switch_core_pvt.h index d41250a8e2..74387bf1b6 100644 --- a/src/include/private/switch_core_pvt.h +++ b/src/include/private/switch_core_pvt.h @@ -217,7 +217,7 @@ struct switch_runtime { uint32_t debug_level; uint32_t runlevel; uint32_t tipping_point; - uint32_t timer_affinity; + int32_t timer_affinity; }; extern struct switch_runtime runtime;