aboutsummaryrefslogtreecommitdiffstats
path: root/agent/agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/agent.h')
-rw-r--r--agent/agent.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/agent/agent.h b/agent/agent.h
index 78a3764cb..bf8d244a0 100644
--- a/agent/agent.h
+++ b/agent/agent.h
@@ -256,8 +256,9 @@ struct server_control_s
count. */
unsigned long s2k_count;
- /* Recursion level of pinentry. */
- int pinentry_level;
+ /* If pinentry is active for this thread. It can be more than 1,
+ when pinentry is called recursively. */
+ int pinentry_active;
};