libonion
|
#include <stdlib.h>
#include "sessions.h"
#include "types_internal.h"
#include "dict.h"
#include "log.h"
#include "random.h"
#include "sessions_mem.h"
#include "low.h"
Functions | |
void | onion_sessions_save (onion_sessions *sessions, const char *sessionId, onion_dict *data) |
Ensures the content of the dict is saved to that sessionOn memory backend does nothing, on other backends may do the marshalling. |