aboutsummaryrefslogtreecommitdiffstats
path: root/agent/agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/agent.h')
-rw-r--r--agent/agent.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/agent/agent.h b/agent/agent.h
index 3f0c19561..09519d48b 100644
--- a/agent/agent.h
+++ b/agent/agent.h
@@ -55,6 +55,9 @@ struct
int batch; /* Batch mode */
const char *homedir; /* Configuration directory name */
+ /* True if we are listening on the standard socket. */
+ int use_standard_socket;
+
/* Environment setting gathered at program start or changed using the
Assuan command UPDATESTARTUPTTY. */
session_env_t startup_env;