X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=blobdiff_plain;f=common%2Ftests%2Fthread_test.c;fp=common%2Ftests%2Fthread_test.c;h=35d7882941515c41f44705abc1e83bd9ae2514e1;hp=14aac6f3cf5ea775e441a0f9a39368d1844f5e52;hb=6f65c9cce86719147d0b4dcc9823b25443c2d185;hpb=eaa1a8ceed54fbfadc2638cf383aaa12ab446a57 diff --git a/common/tests/thread_test.c b/common/tests/thread_test.c index 14aac6f..35d7882 100644 --- a/common/tests/thread_test.c +++ b/common/tests/thread_test.c @@ -53,7 +53,7 @@ struct thread_data { static TR_MQ_MSG *make_msg(char *label, int n) { TR_MQ_MSG *msg=NULL; - msg=tr_mq_msg_new(NULL, "Message", TR_MQ_PRIO_NORMAL); + msg= tr_mq_msg_new(NULL, "Message"); assert(-1!=asprintf((char **)&(msg->p), "%s: %d messages to go...", label, n)); msg->p_free=free; return msg;