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.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main/extractor_ipc.h b/src/main/extractor_ipc.h
index e1d2f37..d975b30 100644
--- a/src/main/extractor_ipc.h
+++ b/src/main/extractor_ipc.h
@@ -337,6 +337,18 @@ EXTRACTOR_IPC_shared_memory_destroy_ (struct EXTRACTOR_SharedMemory *shm);
337 337
338 338
339/** 339/**
340 * Change the reference counter for this shm instance.
341 *
342 * @param shm instance to update
343 * @param delta value to change RC by
344 * @return new RC
345 */
346unsigned int
347EXTRACTOR_IPC_shared_memory_change_rc_ (struct EXTRACTOR_SharedMemory *shm,
348 int delta);
349
350
351/**
340 * Initialize shared memory area from data source. 352 * Initialize shared memory area from data source.
341 * 353 *
342 * @param shm memory area to initialize 354 * @param shm memory area to initialize