From fb45ecc3f3fba699e2cfe7892a96b783c2128fc9 Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Mon, 26 Sep 2011 18:06:29 +0200 Subject: Shared memory now used until client connects. --- include/dlt/dlt_shm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/dlt/dlt_shm.h') diff --git a/include/dlt/dlt_shm.h b/include/dlt/dlt_shm.h index aca92c6..5b7d335 100644 --- a/include/dlt/dlt_shm.h +++ b/include/dlt/dlt_shm.h @@ -86,6 +86,8 @@ extern int dlt_shm_init_server(DltShm *buf,int key,int size); extern int dlt_shm_push(DltShm *buf,const unsigned char *data1,unsigned int size1,const unsigned char *data2,unsigned int size2,const unsigned char *data3,unsigned int size3); extern int dlt_shm_pull(DltShm *buf,unsigned char *data, int size); +extern int dlt_shm_copy(DltShm *buf,unsigned char *data, int size); +extern int dlt_shm_remove(DltShm *buf); extern void dlt_shm_info(DltShm *buf); extern void dlt_shm_status(DltShm *buf); -- cgit v1.2.1