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.HookingPoints.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.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc index 05ceb4ab1..ac34c8d07 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -2564,6 +2564,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(status->readdb_refine, HP_status_readdb_refine) }, { HP_POP(status->readdb_scconfig, HP_status_readdb_scconfig) }, { HP_POP(status->read_job_db, HP_status_read_job_db) }, + { HP_POP(status->read_job_db_sub, HP_status_read_job_db_sub) }, /* storage */ { HP_POP(storage->reconnect, HP_storage_reconnect) }, { HP_POP(storage->delitem, HP_storage_delitem) }, |