add log in ggio
This commit is contained in:
@@ -1759,6 +1759,19 @@ int find_mp_index_from_mp_id(std::string line)
|
||||
|
||||
}
|
||||
|
||||
char* find_mp_name_from_mp_id(const char* mp_id)
|
||||
{
|
||||
LD_info_t* LD_info = NULL;
|
||||
LD_info = find_LD_info_only_from_mp_id((char*)mp_id);
|
||||
if(LD_info == NULL){
|
||||
return 0;
|
||||
}
|
||||
else{
|
||||
return LD_info->name;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
int myMessageCallbackrtdata(CPushConsumer* consumer, CMessageExt* msg)
|
||||
{
|
||||
if(INITFLAG != 1)return 1;//防止崩溃
|
||||
|
||||
Reference in New Issue
Block a user