MXS-2437 Base router for Smart Router.

This is the base for Smart Router. Review and TODO comments are in the
code. This commit will be squashed several times so don't pay attention to this
specific commit message. I will add and remove TODO's in the code, rather
than save them in git commits. RBCommons will contain the history.
This commit is contained in:
Niclas Antti
2019-06-05 20:16:39 +03:00
parent 4efa9dbeea
commit 190c0ac634
6 changed files with 731 additions and 2 deletions

View File

@ -0,0 +1,8 @@
add_library(smartrouter SHARED
smartrouter.cc
smartsession.cc
)
target_link_libraries(smartrouter maxscale-common mysqlcommon)
set_target_properties(smartrouter PROPERTIES VERSION "1.0.0" LINK_FLAGS -Wl,-z,defs)
install_module(smartrouter core)