Add ChiakiReorderQueue

This commit is contained in:
Florian Märkl 2019-06-27 11:49:55 +02:00
commit 632cf6cf91
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
6 changed files with 490 additions and 3 deletions

View file

@ -8,7 +8,8 @@ add_executable(chiaki-unit
rpcrypt.c
gkcrypt.c
takion.c
seqnum.c)
seqnum.c
reorderqueue.c)
target_link_libraries(chiaki-unit chiaki-lib munit)