diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2018-11-26 04:07:36 +0100 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2018-11-26 04:07:36 +0100 |
commit | 40c7923ea881881a48de8f303b0870ec5910e13d (patch) | |
tree | c0a7a41f8cb211e517ab1a2d47339f5f414b6f59 /agent/agent.h | |
parent | agent: Defer calling assuan_release when it's still in use. (diff) | |
download | gnupg2-40c7923ea881881a48de8f303b0870ec5910e13d.tar.xz gnupg2-40c7923ea881881a48de8f303b0870ec5910e13d.zip |
agent: Have a thread to wait for the child process of scdaemon.
* agent/call-scd.c (wait_child_thread): New.
(start_scd): Create a thread for wait_child_thread.
(agent_scd_check_aliveness): Remove.
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'agent/agent.h')
-rw-r--r-- | agent/agent.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/agent/agent.h b/agent/agent.h index 9baf59601..8a3e5c6b6 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -546,7 +546,6 @@ int divert_writekey (ctrl_t ctrl, int force, const char *serialno, void initialize_module_call_scd (void); void agent_scd_dump_state (void); int agent_scd_check_running (void); -void agent_scd_check_aliveness (void); int agent_reset_scd (ctrl_t ctrl); int agent_card_learn (ctrl_t ctrl, void (*kpinfo_cb)(void*, const char *), |