Add space state event backend

This commit is contained in:
Wilco Baan Hofman 2013-05-05 18:26:59 +02:00 committed by root
parent 6b8f1f9a6c
commit 659cdf1ff5
6 changed files with 154 additions and 5 deletions

View file

@ -48,6 +48,13 @@ typedef struct {
char *jsonbot_password;
char *jsonbot_privmsg_to;
/* Space state database client configuration */
char *spacestate_host;
char *spacestate_username;
char *spacestate_password;
char *spacestate_name;
char *spacestate_driver;
/* Global configuration based state */
GKeyFile *keyfile;
uint8_t event_handler_cnt;