aboutsummaryrefslogtreecommitdiffstats
path: root/agent/agent.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--agent/agent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/agent/agent.h b/agent/agent.h
index 75683a0ad..ba6934366 100644
--- a/agent/agent.h
+++ b/agent/agent.h
@@ -45,6 +45,8 @@ struct {
int no_grab; /* don't let the pinentry grab the keyboard */
unsigned long def_cache_ttl;
+ int running_detached; /* we are running detached from the tty. */
+
} opt;