summaryrefslogtreecommitdiffstats
path: root/src/dbi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbi.h')
-rw-r--r--src/dbi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbi.h b/src/dbi.h
index 37ecf2b..0bbb4e2 100644
--- a/src/dbi.h
+++ b/src/dbi.h
@@ -100,7 +100,7 @@ struct og_computer {
struct og_room {
uint32_t id;
uint32_t center;
- uint32_t group;
+ uint32_t folder_id;
char location[OG_DB_ROOM_LOC_MAXLEN + 1];
char name[OG_DB_ROOM_NAME_MAXLEN + 1];
char gateway[OG_DB_IP_MAXLEN + 1];