diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-07-09 22:10:14 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-07-09 22:10:14 +0200 |
commit | be535b68e1c5911c9ec011a0d24714d0f4b42377 (patch) | |
tree | f3105779d95265b4ebdaa8aff735bad31cc22d71 /src/mint/taler-mint-httpd_keystate.h | |
parent | be778784ea2ceaf609426041c5ac3a0241ea242e (diff) |
fix a few pointer passing issues, add remark about #3886
Diffstat (limited to 'src/mint/taler-mint-httpd_keystate.h')
-rw-r--r-- | src/mint/taler-mint-httpd_keystate.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/mint/taler-mint-httpd_keystate.h b/src/mint/taler-mint-httpd_keystate.h index 5abb006cb..62b041e92 100644 --- a/src/mint/taler-mint-httpd_keystate.h +++ b/src/mint/taler-mint-httpd_keystate.h @@ -96,10 +96,12 @@ TMH_KS_denomination_key_lookup (const struct TMH_KS_StateHandle *key_state, /** * Read signals from a pipe in a loop, and reload keys from disk if - * SIGUSR1 is read from the pipe. + * SIGUSR1 is received, terminate if SIGTERM/SIGINT is received, and + * restart if SIGHUP is received. * - * @return #GNUNET_OK if we terminated normally, - * #GNUNET_SYSERR on error + * @return #GNUNET_SYSERR on errors, + * #GNUNET_OK to terminate normally + * #GNUNET_NO to restart an update version of the binary */ int TMH_KS_loop (void); |