bhomebus.go
@@ -169,6 +169,15 @@ return nil } // ShmStartRecycle recycle func ShmStartRecycle() error { if libbhomebus == nil { return errors.New("C BHomeBus Handle Is Nil") } C.wrap_fn_shm_start_recycle(libbhomebus) return nil } // ShmAllocKey alloc key func ShmAllocKey() int { if libbhomebus == nil {