diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-04-18 09:21:26 +0200 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-04-18 09:21:26 +0200 |
commit | c9bc22834a472d4b766586135d4c954c49f736cc (patch) | |
tree | 0620d30b5f90ba66be09848fdf5a9dd1f2e05ec6 /src | |
parent | 9bfc1bb77714b6752c5d69324e775f33002c3d73 (diff) | |
download | hercules-c9bc22834a472d4b766586135d4c954c49f736cc.tar.gz hercules-c9bc22834a472d4b766586135d4c954c49f736cc.tar.bz2 hercules-c9bc22834a472d4b766586135d4c954c49f736cc.tar.xz hercules-c9bc22834a472d4b766586135d4c954c49f736cc.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src')
-rw-r--r-- | src/common/HPMDataCheck.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/HPMDataCheck.h b/src/common/HPMDataCheck.h index 6eef028b2..f202ac306 100644 --- a/src/common/HPMDataCheck.h +++ b/src/common/HPMDataCheck.h @@ -51,6 +51,11 @@ HPExport const struct s_HPMDataCheck HPMDataCheck[] = { #else #define _COMMON_STRLIB_H_ #endif // _COMMON_STRLIB_H_ + #ifdef _COMMON_SYSINFO_H_ + { "sysinfo_interface", sizeof(struct sysinfo_interface) }, + #else + #define _COMMON_SYSINFO_H_ + #endif // _COMMON_SYSINFO_H_ #ifdef _MAP_ATCOMMAND_H_ { "AliasInfo", sizeof(struct AliasInfo) }, { "atcommand_interface", sizeof(struct atcommand_interface) }, |