proto/bhome_msg.pb.cc | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
proto/bhome_msg.pb.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
proto/bhome_msg.pb.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
proto/bhome_msg.proto | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
proto/bhome_msg_api.pb.cc | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
proto/bhome_msg_api.pb.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
proto/bhome_msg_api.pb.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
proto/bhome_msg_api.proto | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
proto/error_msg.pb.cc | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
proto/error_msg.pb.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
proto/error_msg.pb.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
proto/error_msg.proto | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
proto/source/bhome_msg.proto | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
proto/source/bhome_msg_api.proto | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/CMakeLists.txt | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/bh_api.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
proto/bhome_msg.pb.cc
File was deleted proto/bhome_msg.pb.go
File was deleted proto/bhome_msg.pb.h
File was deleted proto/bhome_msg.proto
File was deleted proto/bhome_msg_api.pb.cc
File was deleted proto/bhome_msg_api.pb.go
File was deleted proto/bhome_msg_api.pb.h
File was deleted proto/bhome_msg_api.proto
File was deleted proto/error_msg.pb.cc
File was deleted proto/error_msg.pb.go
File was deleted proto/error_msg.pb.h
File was deleted proto/error_msg.proto
File was deleted proto/source/bhome_msg.proto
@@ -57,11 +57,9 @@ message MsgSubscribe { MsgTopicList topics = 1; bool network = 2; } message MsgUnsubscribe { MsgTopicList topics = 1; bool network = 2; } message MsgRegisterRPC { MsgTopicList topics = 1; proto/source/bhome_msg_api.proto
@@ -84,9 +84,7 @@ message Info { ProcInfo proc = 1; bool online = 2; MsgTopicList service = 3; MsgTopicList local_sub = 4; MsgTopicList net_sub = 5; MsgTopicList topics = 3; } repeated Info proc_list = 2; } src/CMakeLists.txt
@@ -26,9 +26,9 @@ ./net/net_mod_socket.cpp ./net/net_mod_socket_io.cpp ./net/net_mod_server_socket.cpp ./proto/bhome_msg_api.pb.cc ./proto/bhome_msg.pb.cc ./proto/error_msg.pb.cc ../proto/source/bhome_msg_api.pb.cc ../proto/source/bhome_msg.pb.cc ../proto/source/error_msg.pb.cc ./shm/shm_mm_wrapper.cpp ./shm/mm.cpp ./shm/hashtable.cpp src/bh_api.cpp
@@ -7,11 +7,8 @@ #include "bh_api.h" #include <pthread.h> #include <getopt.h> #include "bhome_msg_api.pb.h" #include "bhome_msg.pb.h" #include "error_msg.pb.h" #include "../proto/bhome_msg.pb.h" #include "../proto/bhome_msg_api.pb.h" #include "../proto/source/bhome_msg.pb.h" #include "../proto/source/bhome_msg_api.pb.h" static Logger *logger = LoggerFactory::getLogger();