🦄 refactor(plugin_manager): refactor intrinsic topic name
This commit is contained in:
@@ -810,8 +810,8 @@ extern "C" void * APP_GLIMPSE_DETECTOR_LOAD(struct stellar *st)
|
||||
{
|
||||
goto INIT_ERROR;
|
||||
}
|
||||
glimpse_detector_env->tcp_topic_id=stellar_mq_get_topic_id(st, TOPIC_TCP);
|
||||
glimpse_detector_env->udp_topic_id=stellar_mq_get_topic_id(st, TOPIC_UDP);
|
||||
glimpse_detector_env->tcp_topic_id=stellar_mq_get_topic_id(st, TOPIC_TCP_INPUT);
|
||||
glimpse_detector_env->udp_topic_id=stellar_mq_get_topic_id(st, TOPIC_UDP_INPUT);
|
||||
if(glimpse_detector_env->tcp_topic_id < 0 || glimpse_detector_env->udp_topic_id < 0)
|
||||
{
|
||||
perror("get tcp or udp topic id failed\n");
|
||||
|
||||
Reference in New Issue
Block a user