From 3c4af3a1c3e762dac03b047d2fce3e1019805998 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Wed, 31 Aug 2005 21:41:37 +0000 Subject: make spinlock definitions compatible with -RT kernel patches (and future syntax in mainline kernel, probably) (issue #5080) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@751 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- torisa.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'torisa.c') diff --git a/torisa.c b/torisa.c index 53b49fc..5bee0ed 100755 --- a/torisa.c +++ b/torisa.c @@ -130,7 +130,11 @@ static int prefmaster = 0; static int spansstarted = 0; +#ifdef DEFINE_RWLOCK +static DEFINE_RWLOCK(torisa); +#else static rwlock_t torisa = RW_LOCK_UNLOCKED; +#endif static u_char readdata[2][64][ZT_MAX_CHUNKSIZE]; static u_char writedata[2][64][ZT_MAX_CHUNKSIZE]; -- cgit v1.2.3