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:
8
server/modules/routing/hintrouter/CMakeLists.txt
Normal file
8
server/modules/routing/hintrouter/CMakeLists.txt
Normal file
@ -0,0 +1,8 @@
|
||||
add_library(hintrouter SHARED
|
||||
hintrouter.cc
|
||||
hintroutersession.cc
|
||||
)
|
||||
|
||||
target_link_libraries(hintrouter maxscale-common)
|
||||
set_target_properties(hintrouter PROPERTIES VERSION "1.0.0")
|
||||
install_module(hintrouter core)
|
||||
Reference in New Issue
Block a user