Moved data structures to new collections subfolder
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
#include <threading/thread.h>
|
||||
#include <threading/condvar.h>
|
||||
#include <threading/mutex.h>
|
||||
#include <utils/linked_list.h>
|
||||
#include <utils/hashtable.h>
|
||||
#include <collections/linked_list.h>
|
||||
#include <collections/hashtable.h>
|
||||
|
||||
/** Intervall to check for expired sessions, in seconds */
|
||||
#define CLEANUP_INTERVAL 30
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include <fcgiapp.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <utils/linked_list.h>
|
||||
#include <collections/linked_list.h>
|
||||
|
||||
#define COOKIE_LEN 16
|
||||
|
||||
|
||||
Reference in New Issue
Block a user