Addition of users_update

Fixed warning in service_alloc

Correct comment in gateway.c
This commit is contained in:
Mark Riddoch
2013-06-24 14:39:34 +02:00
parent 6b0220a468
commit 1d3da6d18f
5 changed files with 22 additions and 2 deletions

View File

@ -37,6 +37,7 @@
#include <spinlock.h>
#include <modules.h>
#include <dcb.h>
#include <users.h>
static SPINLOCK service_spin = SPINLOCK_INIT;
static SERVICE *allServices = NULL;