the heartbeat reply ledgerupdate is ok
This commit is contained in:
@@ -50,8 +50,10 @@ struct DebugSwitch {
|
||||
extern std::map<std::string, TypedLogger> logger_map;
|
||||
extern DebugSwitch g_debug_switch;
|
||||
|
||||
extern void send_reply_to_kafka(const std::string& guid, const std::string& step, const std::string& result);
|
||||
|
||||
|
||||
std::string get_front_type_from_subdir();
|
||||
|
||||
|
||||
log4cplus::Logger init_logger(const std::string& full_name, const std::string& file_dir, const std::string& base_file);
|
||||
@@ -73,6 +75,8 @@ void log_debug(const char* key, const char* msg);
|
||||
void log_info(const char* key, const char* msg);
|
||||
void log_warn(const char* key, const char* msg);
|
||||
void log_error(const char* key, const char* msg);
|
||||
|
||||
void send_reply_to_kafka_c(const char* guid, const char* step, const char* result);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user