summaryrefslogtreecommitdiff
path: root/tor2.c
diff options
context:
space:
mode:
Diffstat (limited to 'tor2.c')
-rwxr-xr-xtor2.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tor2.c b/tor2.c
index 013f223..7ee9f81 100755
--- a/tor2.c
+++ b/tor2.c
@@ -1087,7 +1087,11 @@ static void tor2_tasklet(unsigned long data)
static int syncsrc = 0;
static int syncnum = 0 /* -1 */;
static int syncspan = 0;
+#ifdef DEFINE_SPINLOCK
+static DEFINE_SPINLOCK(synclock);
+#else
static spinlock_t synclock = SPIN_LOCK_UNLOCKED;
+#endif
static int tor2_findsync(struct tor2 *tor)
{