libonion
|
#include <stdlib.h>
#include "sessions_mem.h"
#include "types_internal.h"
#include "dict.h"
#include "log.h"
#include "random.h"
#include "low.h"
Functions | |
onion_sessions * | onion_sessions_mem_new () |
Creates a inmem backend for sessionsThis is the default and less interesting of the session backends. |
Variables | |
char * | last_data = NULL |
char* last_data = NULL |