liuxiaolong
2021-09-08 2b1f534ea407a8ec0b94e0389a360f6cdff54598
src/shm/shm_mm.h
@@ -8,6 +8,8 @@
#define SHM_QUEUE_ST_CLOSED 1
#define SHM_QUEUE_ST_RECYCLED 2
#define SHM_QUEUE_ST_SET    50
struct shm_queue_status_t {
  int status;
@@ -49,4 +51,6 @@
int shm_mm_alloc_key();
typedef std::map<SHMString, int, std::less<SHMString>, SHM_STL_Allocator<std::pair<const SHMString, int> > > ProcDataZone;
#endif