#include <unistd.h>
#include <errno.h>
#include <string.h>
#include <pwd.h>
#include <grp.h>
#include <glib.h>
#include <glib/gstdio.h>
#include <hiker/types.h>
#include <hiker/prv/attnmgr_dml.h>
#include <hiker/prv/attnmgr_traces.h>
#include "attn_dml_prv.h"
Defines | |
#define | ALP_ATTN_TRACE_SQL true |
#define | kAttnDBDirectoryMode (S_IRWXU|S_IRWXG|S_IRWXO) |
#define | kAttnDBFileMode (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH) |
#define | kAttnDBOwner "root" |
#define | kAttnDBGroup "root" |
Functions | |
alp_status_t | alp_attnmgrd_db_setup (const char *directory, const char *filename, bool debug) |
void | alp_attnmgrd_db_teardown (void) |
Variables | |
AlpDmlH | gAlpAttnMgrDDmlH |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|