From 3c4b18f39e06a09a05a13476f212d4deaa1e4707 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期日, 23 八月 2020 13:10:15 +0800 Subject: [PATCH] Merge branch 'master' of https://shmqueue --- src/queue/include/shm_mm.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/queue/include/shm_mm.h b/src/queue/include/shm_mm.h index b32568e..ec094ac 100644 --- a/src/queue/include/shm_mm.h +++ b/src/queue/include/shm_mm.h @@ -18,6 +18,9 @@ */ void shm_destroy(); +int shm_alloc_key(); + + #ifdef __cplusplus } #endif -- Gitblit v1.8.0