Rename applier_connect_all() to replicaset_connect()
The logic of applier_connect_all() does not really belong to applier.cc, because it operates on a set of appliers while applier.cc is all about an individual applier implementation. Let's move it to replication.cc and rename it to replicaset_connect(). Needed for #2958
Showing
- src/box/applier.cc 1 addition, 113 deletionssrc/box/applier.cc
- src/box/applier.h 10 additions, 14 deletionssrc/box/applier.h
- src/box/box.cc 1 addition, 1 deletionsrc/box/box.cc
- src/box/replication.cc 111 additions, 0 deletionssrc/box/replication.cc
- src/box/replication.h 12 additions, 0 deletionssrc/box/replication.h
Loading
Please register or sign in to comment