diff options
Diffstat (limited to 'src/dbi.h')
-rw-r--r-- | src/dbi.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]; |