连接已经可以,等待实现同步数据 #5

Merged
zeekling merged 5 commits from init into master 2022-06-05 15:17:19 +00:00
2 changed files with 8 additions and 0 deletions
Showing only changes of commit 9e8abd76db - Show all commits

View File

@ -2,6 +2,13 @@ kind: pipeline
type: exec
name: default
steps:
- name: code-analysis
image: aosapps/drone-sonar-plugin
settings:
sonar_host:
from_secret: sonar_host
sonar_token:
from_secret: sonar_token
- name: build
commands:
- make clean && make

View File

@ -34,6 +34,7 @@ typedef struct migrateObject {
int port;
int begin_slot;
int end_slot;
char *psync_replid;
char psync_offset[32];
} migrateObj;