Make mlist a separate component.

Mlist is now made available as a separate component instead of
being a part of skygw_utils.
This commit is contained in:
Johan Wikman
2016-02-09 17:31:15 +02:00
parent eaddc4ea9d
commit 38db155fef
6 changed files with 508 additions and 470 deletions

View File

@ -28,6 +28,7 @@
#include <syslog.h>
#include <atomic.h>
#include <mlist.h>
#include <skygw_debug.h>
#include <skygw_types.h>
#include <skygw_utils.h>