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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/extractor_ipc.h b/src/main/extractor_ipc.h
index ce54f4d..2b1ea47 100644
--- a/src/main/extractor_ipc.h
+++ b/src/main/extractor_ipc.h
@@ -35,6 +35,10 @@
35 */ 35 */
36#define MAX_META_DATA 32 * 1024 * 1024 36#define MAX_META_DATA 32 * 1024 * 1024
37 37
38/**
39 * Maximum length of a shared memory object name
40 */
41#define MAX_SHM_NAME 255
38 42
39/** 43/**
40 * Sent from LE to a plugin to initialize it (open shm, 44 * Sent from LE to a plugin to initialize it (open shm,