aboutsummaryrefslogtreecommitdiff
path: root/src/main/extractor_ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/extractor_ipc.h')
-rw-r--r--src/main/extractor_ipc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/extractor_ipc.h b/src/main/extractor_ipc.h
index 735c6e9..da95405 100644
--- a/src/main/extractor_ipc.h
+++ b/src/main/extractor_ipc.h
@@ -30,7 +30,7 @@
30 * communication in both directions. 30 * communication in both directions.
31 * First, the main library send an 'INIT_STATE' message 31 * First, the main library send an 'INIT_STATE' message
32 * to the plugin. The start message specifies the name (and size) 32 * to the plugin. The start message specifies the name (and size)
33 * of a shared memory segment which will contain parts of the the (uncompressed) 33 * of a shared memory segment which will contain parts of the (uncompressed)
34 * data of the file that is being processed. The same shared memory 34 * data of the file that is being processed. The same shared memory
35 * segment is used throughout the lifetime of the plugin. 35 * segment is used throughout the lifetime of the plugin.
36 * 36 *