aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.h
diff options
context:
space:
mode:
authorNeal H. Walfield <[email protected]>2016-08-31 08:47:05 +0000
committerNeal H. Walfield <[email protected]>2016-08-31 08:47:05 +0000
commit268f6b7a3403d036882b4af384ba7ab2f8c8355f (patch)
tree68378609e58ba38293ab8963af9402775b310ff0 /g10/gpg.h
parentgpg: Avoid name spaces clash with future sqlite versions (2). (diff)
downloadgnupg-268f6b7a3403d036882b4af384ba7ab2f8c8355f.tar.gz
gnupg-268f6b7a3403d036882b4af384ba7ab2f8c8355f.zip
gpg: Move state local to tofu.c to a private structure.
* g10/gpg.h (struct server_control_s.tofu): Move fields in_transaction and batch_update_started from here... * g10/tofu.c (struct tofu_dbs_s): ... to here. -- Signed-off-by: Neal H. Walfield <[email protected]>
Diffstat (limited to 'g10/gpg.h')
-rw-r--r--g10/gpg.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/g10/gpg.h b/g10/gpg.h
index 33a3af629..90a886613 100644
--- a/g10/gpg.h
+++ b/g10/gpg.h
@@ -82,9 +82,7 @@ struct server_control_s
/* Local data for tofu.c */
struct {
tofu_dbs_t dbs;
- int in_transaction;
- int batch_updated_wanted;
- time_t batch_update_started;
+ int batch_updated_wanted;
} tofu;
};