gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: doxygen fix


From: gnunet
Subject: [taler-exchange] branch master updated: doxygen fix
Date: Sun, 19 Jan 2020 23:05:25 +0100

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 801592b4 doxygen fix
801592b4 is described below

commit 801592b4602065f05db555367921ebdbe08f0bce
Author: Florian Dold <address@hidden>
AuthorDate: Sun Jan 19 23:05:22 2020 +0100

    doxygen fix
---
 src/exchange/taler-exchange-aggregator.c | 3 +++
 src/include/taler_exchangedb_plugin.h    | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-aggregator.c 
b/src/exchange/taler-exchange-aggregator.c
index 98b8dd34..662a8aa2 100644
--- a/src/exchange/taler-exchange-aggregator.c
+++ b/src/exchange/taler-exchange-aggregator.c
@@ -579,6 +579,7 @@ shutdown_task (void *cls)
  *
  * @return #GNUNET_OK on success
  */
+// FIXME(dold): Why is this called exchange_serve when this is not then httpd?
 static int
 exchange_serve_process_config ()
 {
@@ -1871,6 +1872,7 @@ run (void *cls,
   (void) args;
   (void) cfgfile;
 
+  // FIXME(dold): why is this not in exchange_serve_process_config?
   if (GNUNET_OK !=
       GNUNET_CONFIGURATION_get_value_string (c,
                                              "exchange",
@@ -1891,6 +1893,7 @@ run (void *cls,
     global_ret = 1;
     return;
   }
+  // FIXME(dold): why don't we call this after 'rc' is initialized?  Doesn't 
matter to much but ...
   ctx = GNUNET_CURL_init (&GNUNET_CURL_gnunet_scheduler_reschedule,
                           &rc);
   rc = GNUNET_CURL_gnunet_rc_create (ctx);
diff --git a/src/include/taler_exchangedb_plugin.h 
b/src/include/taler_exchangedb_plugin.h
index b3c4fd80..4db76dd7 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -1580,7 +1580,7 @@ struct TALER_EXCHANGEDB_Plugin
    * Connect to the db if the connection does not exist yet.
    *
    * @param cls the @e cls of this struct with the plugin-specific state
-   * @param the database connection, or NULL on error
+   * @returns the database connection, or NULL on error
    */
   struct TALER_EXCHANGEDB_Session *
   (*get_session) (void *cls);

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



reply via email to

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