
The hint router will perform its scheduling solely based upon hints provided by a filter (e.g. namedserverfilter) placed before it.
9 lines
217 B
CMake
9 lines
217 B
CMake
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)
|