连接已经可以,等待实现同步数据
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
This commit is contained in:
parent
c532b742a9
commit
9e8abd76db
@ -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
|
||||
|
@ -34,6 +34,7 @@ typedef struct migrateObject {
|
||||
int port;
|
||||
int begin_slot;
|
||||
int end_slot;
|
||||
char *psync_replid;
|
||||
char psync_offset[32];
|
||||
} migrateObj;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user