summaryrefslogtreecommitdiff
path: root/src/common/HPMDataCheck.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-01-22 00:44:27 +0100
committerHaru <haru@dotalux.com>2015-01-24 14:37:26 +0100
commit28eda3cd3dd7f8031668fdd8ba463e5661246348 (patch)
tree76f2ba97a955d0724949b5f233a81bcd4ea8cf52 /src/common/HPMDataCheck.h
parentdfe8337d9ddb1a0b356ae86de9955845d280b759 (diff)
downloadhercules-28eda3cd3dd7f8031668fdd8ba463e5661246348.tar.gz
hercules-28eda3cd3dd7f8031668fdd8ba463e5661246348.tar.bz2
hercules-28eda3cd3dd7f8031668fdd8ba463e5661246348.tar.xz
hercules-28eda3cd3dd7f8031668fdd8ba463e5661246348.zip
HPM Hooks Update
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/common/HPMDataCheck.h')
-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 e97a655e3..40c949d53 100644
--- a/src/common/HPMDataCheck.h
+++ b/src/common/HPMDataCheck.h
@@ -160,6 +160,11 @@ HPExport const struct s_HPMDataCheck HPMDataCheck[] = {
#else
#define MAP_BUYINGSTORE_H
#endif // MAP_BUYINGSTORE_H
+ #ifdef MAP_CHANNEL_H
+ { "Channel_Config", sizeof(struct Channel_Config), SERVER_TYPE_MAP },
+ #else
+ #define MAP_CHANNEL_H
+ #endif // MAP_CHANNEL_H
#ifdef MAP_CHRIF_H
{ "auth_node", sizeof(struct auth_node), SERVER_TYPE_MAP },
#else