projects
/
gnupg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
agent: Clean up pinentry access locking.
[gnupg.git]
/
agent
/
agent.h
diff --git
a/agent/agent.h
b/agent/agent.h
index
78a3764
..
bf8d244
100644
(file)
--- 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;
};