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 {