From cc6bec3330c29cc29f54d3e3d919d510f0197641 Mon Sep 17 00:00:00 2001 From: wzq <wzq@localhost.localdomain> Date: 星期六, 22 八月 2020 19:35:42 +0800 Subject: [PATCH] update --- src/queue/include/shm_mm.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/queue/include/shm_mm.h b/src/queue/include/shm_mm.h index 6f28f13..ec094ac 100644 --- a/src/queue/include/shm_mm.h +++ b/src/queue/include/shm_mm.h @@ -18,7 +18,7 @@ */ void shm_destroy(); -void* shm_malloc_by_key(int key, int size); +int shm_alloc_key(); #ifdef __cplusplus -- Gitblit v1.8.0