diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2016-02-06 17:29:10 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2016-02-06 17:42:38 +0100 |
commit | 53bc4e55704e8cce9a055d7f9947786a0c7f8344 (patch) | |
tree | 85c528f2d9c090a38ac8fc343128c9d5b125d08d /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc | |
parent | f4dfc17a1603f7ffafb7f4db54a60bba2315ec5c (diff) | |
download | hercules-53bc4e55704e8cce9a055d7f9947786a0c7f8344.tar.gz hercules-53bc4e55704e8cce9a055d7f9947786a0c7f8344.tar.bz2 hercules-53bc4e55704e8cce9a055d7f9947786a0c7f8344.tar.xz hercules-53bc4e55704e8cce9a055d7f9947786a0c7f8344.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc index 2445074f6..911e84586 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc @@ -5698,6 +5698,8 @@ struct { struct HPMHookPoint *HP_sysinfo_compiler_post; struct HPMHookPoint *HP_sysinfo_cflags_pre; struct HPMHookPoint *HP_sysinfo_cflags_post; + struct HPMHookPoint *HP_sysinfo_time_pre; + struct HPMHookPoint *HP_sysinfo_time_post; struct HPMHookPoint *HP_sysinfo_vcstype_pre; struct HPMHookPoint *HP_sysinfo_vcstype_post; struct HPMHookPoint *HP_sysinfo_vcstypeid_pre; @@ -11547,6 +11549,8 @@ struct { int HP_sysinfo_compiler_post; int HP_sysinfo_cflags_pre; int HP_sysinfo_cflags_post; + int HP_sysinfo_time_pre; + int HP_sysinfo_time_post; int HP_sysinfo_vcstype_pre; int HP_sysinfo_vcstype_post; int HP_sysinfo_vcstypeid_pre; |