summaryrefslogtreecommitdiff
path: root/src/plugins/plugin-def.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-07-23 17:38:17 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-07-23 17:38:17 (GMT)
commit50eb8c462e7ad2b4e5b82d27b1af6e86091ea272 (patch)
tree0b9fd98ab67eb317925c7a6bc800794f7b41633d /src/plugins/plugin-def.h
parent040904901f919932738cd50878ca2d4ca8ba43f9 (diff)
Created a hook to act when loaded content analysis is over.
Diffstat (limited to 'src/plugins/plugin-def.h')
-rw-r--r--src/plugins/plugin-def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/plugin-def.h b/src/plugins/plugin-def.h
index c32c9e3..a497517 100644
--- a/src/plugins/plugin-def.h
+++ b/src/plugins/plugin-def.h
@@ -121,6 +121,9 @@ typedef enum _PluginAction
/* Conversion de contenus binaires en contenus chargés */
PGA_CONTENT_RESOLVER = DPC_BINARY_PROCESSING | DPS_CONTENT | DEFINE_PLUGIN_ACTION(1),
+ /* Intervention en toute fin d'analyse de contenu chargé */
+ PGA_CONTENT_ANALYZED = DPC_BINARY_PROCESSING | DPS_CONTENT | DEFINE_PLUGIN_ACTION(2),
+
/**
* DPC_BINARY_PROCESSING | DPS_FORMAT
*/