diff options
Diffstat (limited to 'src/dbi.h')
-rw-r--r-- | src/dbi.h | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -6,10 +6,10 @@ struct og_dbi_config { const char *user; - const char *passwd; - const char *host; + const char *pass; + const char *ip; const char *port; - const char *database; + const char *name; }; struct og_dbi { @@ -54,8 +54,6 @@ struct og_legacy_partition { char format[2]; /* Format is a boolean 0 or 1 => length is 2 */ }; -extern struct og_dbi_config dbi_config; - struct og_computer { unsigned int procedure_id; unsigned int hardware_id; |