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