Add skeleton hint router

The hint router will perform its scheduling solely based upon hints
provided by a filter (e.g. namedserverfilter) placed before it.
This commit is contained in:
Johan Wikman
2017-03-03 15:35:37 +02:00
parent 7f9fdd0f3d
commit 4cd9309b30
6 changed files with 213 additions and 0 deletions

View File

@ -7,6 +7,7 @@ endif()
add_subdirectory(cli)
add_subdirectory(debugcli)
add_subdirectory(hintrouter)
add_subdirectory(maxinfo)
add_subdirectory(readconnroute)
add_subdirectory(readwritesplit)