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