diff options
author | Werner Koch <[email protected]> | 2004-12-14 19:20:36 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-12-14 19:20:36 +0000 |
commit | 53ae21e7450c3d8e1aa8589d4c66d2dda1c50d53 (patch) | |
tree | 9a0fef8ffd9bb2e0bd928e2b105f7faee9b9de2d /agent/gpg-agent.c | |
parent | 2004-12-14 Timo Schulz <[email protected]> (diff) | |
download | gnupg-53ae21e7450c3d8e1aa8589d4c66d2dda1c50d53.tar.gz gnupg-53ae21e7450c3d8e1aa8589d4c66d2dda1c50d53.zip |
Yep. No lost threads anymore.
(_pth_strerror): Renamed to ...
(w32_strerror): .. this. And let callers provide a buffer.
(spawn_helper_thread): Removed HD arg and hardwire the stack size
to 32k.
(do_pth_wait): Removed use of ATTR; not needed for the helper
threads.
(helper_thread): Renamed to ..
(launch_thread): .. this. Release handle if not joinable.
(struct pth_priv_hd_s): Renamed to ...
(struct thread_info_s): .. this. Add member JOINABLE and TH.
Diffstat (limited to '')
-rw-r--r-- | agent/gpg-agent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c index 5ac02645e..0a483ac48 100644 --- a/agent/gpg-agent.c +++ b/agent/gpg-agent.c @@ -1194,7 +1194,7 @@ start_connection_thread (void *arg) /* FIXME: Move this housekeeping into a ticker function. Calling it for each connection should work but won't work anymore if our - cleints start to keep connections. */ + clients start to keep connections. */ agent_trustlist_housekeeping (); start_command_handler (-1, fd); |