wrong SPINLOCK type declaration (actual structure, not pointer, needed)

This commit is contained in:
Hartmut Holzgraefe
2015-02-14 16:51:03 +01:00
parent 617f44c9c9
commit eedcd44e95

View File

@ -33,7 +33,7 @@
#include <string.h>
static MEMLOG *memlogs = NULL;
static SPINLOCK *memlock = SPINLOCK_INIT;
static SPINLOCK memlock = SPINLOCK_INIT;
/**
* Create a new instance of a memory logger.