seat: Convert device list to linked list

This commit is contained in:
Kenny Levinsen 2020-08-03 02:12:47 +02:00
parent 4afe674e54
commit 9b7a12d90a
5 changed files with 33 additions and 32 deletions

View file

@ -78,6 +78,7 @@ private_deps = []
server_files = [
'common/log.c',
'common/linked_list.c',
'common/list.c',
'common/terminal.c',
'common/connection.c',