[gh-97] Reorder server initialization and reduce dependencies on config file
In preparation of removal of confetti and switching solely to Lua-based configuration file, reduce dependencies on struct tarantool_cfg and reorder server initialization, so that it can happen after the event loop has already been started.
Showing
- src/box/box.cc 17 additions, 0 deletionssrc/box/box.cc
- src/box/txn.cc 3 additions, 2 deletionssrc/box/txn.cc
- src/box/txn.h 1 addition, 0 deletionssrc/box/txn.h
- src/iobuf.h 1 addition, 1 deletionsrc/iobuf.h
- src/iproto.cc 2 additions, 1 deletionsrc/iproto.cc
- src/iproto.h 1 addition, 1 deletionsrc/iproto.h
- src/replication.cc 7 additions, 6 deletionssrc/replication.cc
- src/replication.h 1 addition, 1 deletionsrc/replication.h
- src/tarantool.cc 9 additions, 30 deletionssrc/tarantool.cc
Loading
Please register or sign in to comment