added -K no redo switch

This commit is contained in:
van Hauser 2019-06-25 12:52:07 +02:00
parent c2286ffb00
commit 4cda4ca189
3 changed files with 9 additions and 1 deletions

View file

@ -213,6 +213,7 @@ typedef struct {
char *server;
char *service;
char bfg;
int32_t skip_redo;
} hydra_option;
#define _HYDRA_H