aboutsummaryrefslogtreecommitdiffstats
path: root/scd/scdaemon.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2008-12-05 12:01:01 +0000
committerWerner Koch <[email protected]>2008-12-05 12:01:01 +0000
commit041c764672705c842b43f4978b4a4dfd32a5977b (patch)
tree915666ed83407455549136af3b404b2238a8b79e /scd/scdaemon.h
parentTranslate the oktext (yes/no). (diff)
downloadgnupg-041c764672705c842b43f4978b4a4dfd32a5977b.tar.gz
gnupg-041c764672705c842b43f4978b4a4dfd32a5977b.zip
Add option --card-timeout.
Add a new attribyte to app-openpgp.c Fix two portability bugs. Have gpg-connect-agent autostart gpg-agent on W32.
Diffstat (limited to '')
-rw-r--r--scd/scdaemon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scd/scdaemon.h b/scd/scdaemon.h
index c0857e91b..221f84fe0 100644
--- a/scd/scdaemon.h
+++ b/scd/scdaemon.h
@@ -61,6 +61,7 @@ struct
cards. */
strlist_t disabled_applications; /* Card applications we do not
want to use. */
+ unsigned long card_timeout; /* Disconnect after N seconds of inactivity. */
} opt;