summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-aggregator.c
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-19 23:05:22 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-19 23:05:22 +0100
commit801592b4602065f05db555367921ebdbe08f0bce (patch)
tree9c99700d61ae93b0d67baf37a9f2928a6a5641e3 /src/exchange/taler-exchange-aggregator.c
parent73d9ef6c3411aee5c4926d573c26e3b972149b9e (diff)
downloadexchange-801592b4602065f05db555367921ebdbe08f0bce.tar.gz
exchange-801592b4602065f05db555367921ebdbe08f0bce.tar.bz2
exchange-801592b4602065f05db555367921ebdbe08f0bce.zip
doxygen fix
Diffstat (limited to 'src/exchange/taler-exchange-aggregator.c')
-rw-r--r--src/exchange/taler-exchange-aggregator.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-aggregator.c b/src/exchange/taler-exchange-aggregator.c
index 98b8dd340..662a8aa24 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);