gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] 03/06: use proper type for do_shutdown() c


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] 03/06: use proper type for do_shutdown() callback
Date: Fri, 06 Oct 2017 22:02:25 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

commit ad97b8d43983730287946bc3b21ae3a24a746587
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Oct 6 21:36:40 2017 +0200

    use proper type for do_shutdown() callback
---
 src/auditor/taler-wire-auditor.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/auditor/taler-wire-auditor.c b/src/auditor/taler-wire-auditor.c
index c1323ea..7183c33 100644
--- a/src/auditor/taler-wire-auditor.c
+++ b/src/auditor/taler-wire-auditor.c
@@ -122,9 +122,11 @@ static size_t wire_off_size;
 
 /**
  * Task run on shutdown.
+ *
+ * @param cls NULL
  */
 static void
-do_shutdown ()
+do_shutdown (void *cls)
 {
   if (NULL != hh)
   {

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]