summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorHaruna <haru@dotalux.com>2014-11-08 14:42:25 +0100
committerHaruna <haru@dotalux.com>2014-11-08 14:42:25 +0100
commitaf91b9292003ae8e96aae467b8e65cdf7e9da0ab (patch)
tree178879dfa3e9cb36c311026088d59b9c91648c0c /src/common
parent14b6322f8cfd6d65d04075825aa93f797a9c3af5 (diff)
parent24c6aa90952a8f458556f4adcfe1ce7981f86262 (diff)
downloadhercules-af91b9292003ae8e96aae467b8e65cdf7e9da0ab.tar.gz
hercules-af91b9292003ae8e96aae467b8e65cdf7e9da0ab.tar.bz2
hercules-af91b9292003ae8e96aae467b8e65cdf7e9da0ab.tar.xz
hercules-af91b9292003ae8e96aae467b8e65cdf7e9da0ab.zip
Merge pull request #381 from 4144/loginplugins
Add support for plugins in login server
Diffstat (limited to 'src/common')
-rw-r--r--src/common/HPMDataCheck.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/HPMDataCheck.h b/src/common/HPMDataCheck.h
index 9f4316617..ccaf21828 100644
--- a/src/common/HPMDataCheck.h
+++ b/src/common/HPMDataCheck.h
@@ -56,6 +56,11 @@ HPExport const struct s_HPMDataCheck HPMDataCheck[] = {
#else
#define COMMON_SYSINFO_H
#endif // COMMON_SYSINFO_H
+ #ifdef LOGIN_LOGIN_H
+ { "login_interface", sizeof(struct login_interface), SERVER_TYPE_LOGIN },
+ #else
+ #define LOGIN_LOGIN_H
+ #endif // LOGIN_LOGIN_H
#ifdef MAP_ATCOMMAND_H
{ "AliasInfo", sizeof(struct AliasInfo), SERVER_TYPE_MAP },
{ "atcommand_interface", sizeof(struct atcommand_interface), SERVER_TYPE_MAP },