Initial change for differentiating between host we're cloning from and the defined upstream

This commit is contained in:
Ian Barwick
2016-08-30 12:35:36 +09:00
committed by Ian Barwick
parent 95de5ef976
commit 1778eeab9c
2 changed files with 159 additions and 93 deletions

View File

@@ -131,4 +131,11 @@ typedef struct
#define T_BASEBACKUP_OPTIONS_INITIALIZER { "", "" }
typedef struct
{
int size;
char **keywords;
char **values;
} t_conninfo_param_list;
#endif