mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
dirmngr: On SIGHUP mark all keyservers alive.
* dirmngr/ks-engine-hkp.c (ks_hkp_reload): New. * dirmngr/dirmngr.c (dirmngr_sighup_action): Call it. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
d4c0187dd9
commit
3ca3da8fc4
3 changed files with 25 additions and 0 deletions
|
@ -194,6 +194,7 @@ const char* dirmngr_get_current_socket_name (void);
|
|||
|
||||
/*-- Various housekeeping functions. --*/
|
||||
void ks_hkp_housekeeping (time_t curtime);
|
||||
void ks_hkp_reload (void);
|
||||
|
||||
|
||||
/*-- server.c --*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue