refactor(session manager): replace dep/list/list.h with sys/queue.h
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
#include "session_private.h"
|
||||
#include "session_timer.h"
|
||||
|
||||
#ifndef container_of
|
||||
#define container_of(ptr, type, member) \
|
||||
(type *)((char *)(ptr) - (char *)&((type *)0)->member)
|
||||
#endif
|
||||
|
||||
struct session_timer
|
||||
{
|
||||
struct timeouts *timeouts;
|
||||
|
||||
Reference in New Issue
Block a user