Eliminate message priority from TR_MQ / TR_MQ_MSG
authorJennifer Richards <jennifer@painless-security.com>
Thu, 3 May 2018 13:16:08 +0000 (09:16 -0400)
committerJennifer Richards <jennifer@painless-security.com>
Thu, 3 May 2018 13:16:08 +0000 (09:16 -0400)
commit38aac4c8688cf18df3495c1131b9e91051e941a6
tree92405fc0113161f1cd57e327ac9c678427331b2a
parentd1130807819f670c45d73e1e062c5cff0138bfdf
Eliminate message priority from TR_MQ / TR_MQ_MSG

This was an unnecessary feature that had caused several bugs, most
recently #80. Rather than debug that, this removes the priorities,
returning to a simple queue.
common/tests/mq_test.c
common/tests/thread_test.c
common/tr_mq.c
include/tr_mq.h
tr/tr_tid.c
tr/tr_trp.c