diff options
Diffstat (limited to 'scd/scdaemon.h')
-rw-r--r-- | scd/scdaemon.h | 1 |
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; |