shenxin
2021-08-31 75fd317cafc70bb646148af8a70605af692db134
整理
12个文件已删除
4个文件已修改
21016 ■■■■■ 已修改文件
proto/bhome_msg.pb.cc 2647 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
proto/bhome_msg.pb.go 2812 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
proto/bhome_msg.pb.h 2492 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
proto/bhome_msg.proto 104 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
proto/bhome_msg_api.pb.cc 3857 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
proto/bhome_msg_api.pb.go 3762 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
proto/bhome_msg_api.pb.h 4129 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
proto/bhome_msg_api.proto 92 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
proto/error_msg.pb.cc 325 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
proto/error_msg.pb.go 424 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
proto/error_msg.pb.h 331 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
proto/error_msg.proto 22 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
proto/source/bhome_msg.proto 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
proto/source/bhome_msg_api.proto 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/CMakeLists.txt 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/bh_api.cpp 7 ●●●● 补丁 | 查看 | 原始文档 | 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();