GNUnet  0.19.3
GNUNET_MYSQL_Context Struct Reference

Mysql context. More...

Collaboration diagram for GNUNET_MYSQL_Context:
[legend]

Data Fields

const struct GNUNET_CONFIGURATION_Handlecfg
 Our configuration. More...
 
const char * section
 Our section. More...
 
MYSQL * dbf
 Handle to the mysql database. More...
 
struct GNUNET_MYSQL_StatementHandleshead
 Head of list of our prepared statements. More...
 
struct GNUNET_MYSQL_StatementHandlestail
 Tail of list of our prepared statements. More...
 
char * cnffile
 Filename of "my.cnf" (msyql configuration). More...
 

Detailed Description

Mysql context.

Definition at line 76 of file mysql.c.

Field Documentation

◆ cfg

const struct GNUNET_CONFIGURATION_Handle* GNUNET_MYSQL_Context::cfg

◆ section

const char* GNUNET_MYSQL_Context::section

Our section.

Definition at line 86 of file mysql.c.

Referenced by httpdomain.httpdomain.DocRef::__repr__(), and GNUNET_MYSQL_context_create().

◆ dbf

MYSQL* GNUNET_MYSQL_Context::dbf

Handle to the mysql database.

Definition at line 91 of file mysql.c.

◆ shead

struct GNUNET_MYSQL_StatementHandle* GNUNET_MYSQL_Context::shead

Head of list of our prepared statements.

Definition at line 96 of file mysql.c.

◆ stail

struct GNUNET_MYSQL_StatementHandle* GNUNET_MYSQL_Context::stail

Tail of list of our prepared statements.

Definition at line 101 of file mysql.c.

◆ cnffile

char* GNUNET_MYSQL_Context::cnffile

Filename of "my.cnf" (msyql configuration).

Definition at line 106 of file mysql.c.

Referenced by get_my_cnf_path().


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