From 46defea70e9e64010fb7c7e7fca55625779583f9 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 8 Jun 2006 22:34:56 +0000 Subject: [PATCH 1/1] (checkpoint_option): Change type to unsigned (checkpoint_style): New variable. --- src/common.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/common.h b/src/common.h index da89ad0..99c6f6f 100644 --- a/src/common.h +++ b/src/common.h @@ -129,7 +129,15 @@ GLOBAL enum backup_type backup_type; GLOBAL bool block_number_option; -GLOBAL bool checkpoint_option; +GLOBAL unsigned checkpoint_option; + +enum checkpoint_style + { + checkpoint_text, + checkpoint_dot + }; + +GLOBAL enum checkpoint_style checkpoint_style; /* Specified name of compression program, or "gzip" as implied by -z. */ GLOBAL const char *use_compress_program_option; -- 2.44.0