Feature: performance test case
This commit is contained in:
@@ -9,6 +9,8 @@ extern "C"
|
||||
#include "stellar/session.h"
|
||||
#include <stellar/session_mq.h>
|
||||
|
||||
void perf_resource_record_decode(struct dns_message *dns_msg);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
@@ -27,4 +29,4 @@ struct stellar *stellar_init(int worker_thread_num);
|
||||
struct session *stellar_session_new(struct stellar *st, struct stellar_packet *cur_pkt, int tid);
|
||||
void stellar_session_free(struct session *ss);
|
||||
|
||||
int session_mq_publish_message_by_name(struct session *ss, const char *topic_name, struct stellar_packet *msg);
|
||||
int session_mq_publish_message_by_name(struct session *ss, const char *topic_name, struct stellar_packet *msg);
|
||||
|
||||
Reference in New Issue
Block a user