zhangmeng
2020-07-29 98c8caa28a02354c86ea5788c6d7a09e38147f79
softbus.go
@@ -54,6 +54,15 @@
   return nil
}
// ShmAllocKey alloc key
func ShmAllocKey() int {
   if libsoftbus == nil {
      return -1
   }
   r := C.wrap_fn_shm_alloc_key(libsoftbus)
   return int(r)
}
// ShmDestroy destroy shm block, every softbus proc MUST call it
func ShmDestroy() {
   if libsoftbus != nil {