Data Fields

_KDB Struct Reference

#include <kdbprivate.h>

Data Fields

Trietrie
Splitsplit
KeySetmodules
BackenddefaultBackend

Detailed Description

The access point to the key database.

The structure which holds all information about loaded backends.

Its internal private attributes should not be accessed directly.

See kdb mount tool to mount new backends.

KDB object is defined as:

typedef struct _KDB KDB;
See also:
kdbOpen() and kdbClose() for external use

Field Documentation

The default backend as fallback when nothing else is found.

A list of all modules loaded at the moment.

A list of all mountpoints. It basically has the same information than in the trie, but it is not trivial to convert from one to the other.

The pointer to the trie holding backends.


The documentation for this struct was generated from the following file: