summaryrefslogtreecommitdiffstats
path: root/sources/dbi.h
diff options
context:
space:
mode:
authorRoberto Hueso Gómez <rhueso@soleta.eu>2020-06-24 11:05:28 +0200
committerOpenGnSys Support Team <soporte-og@soleta.eu>2020-06-24 11:27:27 +0200
commit9c8e5c710269067859e12474a0803a8f2934136e (patch)
tree214088de31a8f432b145ff327eef8c4c6f62b608 /sources/dbi.h
parent4397ea8a407146c82198f0c148ffad6a351fecd3 (diff)
#941 Move OG_COMPUTER_NAME_MAXLEN to dbi.h
This parameter is actually a database related parameter so now it is renamed to OG_DB_COMPUTER_NAME_MAXLEN.
Diffstat (limited to 'sources/dbi.h')
-rw-r--r--sources/dbi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/dbi.h b/sources/dbi.h
index 78b79aa..09a5b4c 100644
--- a/sources/dbi.h
+++ b/sources/dbi.h
@@ -18,6 +18,7 @@ struct og_dbi {
struct og_dbi *og_dbi_open(struct og_dbi_config *config);
void og_dbi_close(struct og_dbi *db);
+#define OG_DB_COMPUTER_NAME_MAXLEN 100
#define OG_DB_IMAGE_NAME_MAXLEN 50
#define OG_DB_FILESYSTEM_MAXLEN 16
#define OG_DB_INT8_MAXLEN 8