diff options
Diffstat (limited to 'src/dbi.h')
-rw-r--r-- | src/dbi.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -106,6 +106,7 @@ struct og_room { }; struct og_repository { + unsigned int center; char name[OG_DB_REPO_NAME_MAXLEN]; char ip[OG_DB_IP_MAXLEN]; }; |