aboutsummaryrefslogtreecommitdiff
path: root/src/include/extractor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/extractor.h')
-rw-r--r--src/include/extractor.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/include/extractor.h b/src/include/extractor.h
index b5f3d87..9bc84f6 100644
--- a/src/include/extractor.h
+++ b/src/include/extractor.h
@@ -32,7 +32,7 @@ extern "C" {
32 * 0.2.6-1 => 0x00020601 32 * 0.2.6-1 => 0x00020601
33 * 4.5.2-0 => 0x04050200 33 * 4.5.2-0 => 0x04050200
34 */ 34 */
35#define EXTRACTOR_VERSION 0x00070000 35#define EXTRACTOR_VERSION 0x01000000
36 36
37#include <stdio.h> 37#include <stdio.h>
38 38
@@ -54,12 +54,7 @@ enum EXTRACTOR_Options
54 EXTRACTOR_OPTION_DEFAULT_POLICY = 0, 54 EXTRACTOR_OPTION_DEFAULT_POLICY = 0,
55 55
56 /** 56 /**
57 * Run plugins out-of-process, starting the process 57 * Deprecated option. Ignored.
58 * once at the time the plugin is loaded. This will
59 * prevent the main process crashing if a plugin dies.
60 * Ignored on platforms where out-of-process starts
61 * are not supported (in-process execution will be
62 * attempted, unless the plugin itself forbids it).
63 */ 58 */
64 EXTRACTOR_OPTION_OUT_OF_PROCESS_NO_RESTART = 1, 59 EXTRACTOR_OPTION_OUT_OF_PROCESS_NO_RESTART = 1,
65 60