api/bhsgo/bhome_node.go
@@ -153,6 +153,10 @@ } func Cleanup() { C.BHCleanup() } type ServerCB func(src unsafe.Pointer, proc_id *string, req *bh.MsgRequestTopic) type ClientCB func(proc_id *string, msg_id *[]byte, reply *bh.MsgRequestTopicReply) type SubDataCB func(proc_id *string, pub *bh.MsgPublish)