diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-04-16 00:41:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-04-16 00:41:01 +0300 |
commit | dda4f86ce41e63011a1f6ef858b093ce388c912d (patch) | |
tree | 6bc97769eac44529dea9d6bde6da5fb1be427619 /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc | |
parent | 47c691f0e703af91702105a3a877fb8071fc0f1d (diff) | |
download | hercules-dda4f86ce41e63011a1f6ef858b093ce388c912d.tar.gz hercules-dda4f86ce41e63011a1f6ef858b093ce388c912d.tar.bz2 hercules-dda4f86ce41e63011a1f6ef858b093ce388c912d.tar.xz hercules-dda4f86ce41e63011a1f6ef858b093ce388c912d.zip |
Update HPM hooks.
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 d7a6cf672..7ae80e07c 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc @@ -5053,6 +5053,8 @@ struct { struct HPMHookPoint *HP_status_readdb_scconfig_post; struct HPMHookPoint *HP_status_read_job_db_pre; struct HPMHookPoint *HP_status_read_job_db_post; + struct HPMHookPoint *HP_status_read_job_db_sub_pre; + struct HPMHookPoint *HP_status_read_job_db_sub_post; struct HPMHookPoint *HP_storage_reconnect_pre; struct HPMHookPoint *HP_storage_reconnect_post; struct HPMHookPoint *HP_storage_delitem_pre; @@ -10260,6 +10262,8 @@ struct { int HP_status_readdb_scconfig_post; int HP_status_read_job_db_pre; int HP_status_read_job_db_post; + int HP_status_read_job_db_sub_pre; + int HP_status_read_job_db_sub_post; int HP_storage_reconnect_pre; int HP_storage_reconnect_post; int HP_storage_delitem_pre; |