mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Move definitions only used by gspit to spit.cpp
This commit is contained in:
parent
7a24672e3e
commit
a52456e969
@ -164,18 +164,5 @@ static struct in_sw_tab_t burp_in_sw_table [] =
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/* Definitions for GSPLIT */
|
|
||||||
#define IN_SW_SPIT_0 0 /* the unknowable switch */
|
|
||||||
#define IN_SW_SPIT_SP 30 /* splits back up files */
|
|
||||||
#define IN_SW_SPIT_JT 31 /* joins back up files */
|
|
||||||
|
|
||||||
|
|
||||||
static struct in_sw_tab_t spit_in_sw_table [] =
|
|
||||||
{
|
|
||||||
{IN_SW_SPIT_SP, 0, "SPLIT_BK_FILE", 0, 0, 0, FALSE, 0, 0, NULL},
|
|
||||||
{IN_SW_SPIT_JT, 0, "JOIN_BK_FILE", 0, 0, 0, FALSE, 0, 0, NULL},
|
|
||||||
{IN_SW_SPIT_0, 0, NULL, 0, 0, 0, FALSE, 0, 0, NULL}
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif /* _BURP_BURP_H_ */
|
#endif /* _BURP_BURP_H_ */
|
||||||
|
|
||||||
|
@ -64,6 +64,19 @@
|
|||||||
#define MODE_WRITE O_WRONLY | O_CREAT
|
#define MODE_WRITE O_WRONLY | O_CREAT
|
||||||
#define MASK 0666
|
#define MASK 0666
|
||||||
|
|
||||||
|
/* Definitions for GSPLIT */
|
||||||
|
#define IN_SW_SPIT_0 0 /* the unknowable switch */
|
||||||
|
#define IN_SW_SPIT_SP 30 /* splits back up files */
|
||||||
|
#define IN_SW_SPIT_JT 31 /* joins back up files */
|
||||||
|
|
||||||
|
|
||||||
|
static struct in_sw_tab_t spit_in_sw_table [] =
|
||||||
|
{
|
||||||
|
{IN_SW_SPIT_SP, 0, "SPLIT_BK_FILE", 0, 0, 0, FALSE, 0, 0, NULL},
|
||||||
|
{IN_SW_SPIT_JT, 0, "JOIN_BK_FILE", 0, 0, 0, FALSE, 0, 0, NULL},
|
||||||
|
{IN_SW_SPIT_0, 0, NULL, 0, 0, 0, FALSE, 0, 0, NULL}
|
||||||
|
};
|
||||||
|
|
||||||
/*************************************
|
/*************************************
|
||||||
** backup files header record
|
** backup files header record
|
||||||
**************************************
|
**************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user