Mysql context. More...
Data Fields | |
const struct GNUNET_CONFIGURATION_Handle * | cfg |
Our configuration. More... | |
const char * | section |
Our section. More... | |
MYSQL * | dbf |
Handle to the mysql database. More... | |
struct GNUNET_MYSQL_StatementHandle * | shead |
Head of list of our prepared statements. More... | |
struct GNUNET_MYSQL_StatementHandle * | stail |
Tail of list of our prepared statements. More... | |
char * | cnffile |
Filename of "my.cnf" (msyql configuration). More... | |
const struct GNUNET_CONFIGURATION_Handle* GNUNET_MYSQL_Context::cfg |
Our configuration.
Definition at line 81 of file mysql.c.
Referenced by gnunet_testing.Peer::__del__(), gnunet_testing.Peer::get_statistics_value(), gnunet_testing.Peer::start(), and gnunet_testing.Peer::stop().
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().
MYSQL* GNUNET_MYSQL_Context::dbf |
struct GNUNET_MYSQL_StatementHandle* GNUNET_MYSQL_Context::shead |
struct GNUNET_MYSQL_StatementHandle* GNUNET_MYSQL_Context::stail |
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().