diff options
Diffstat (limited to 'src/exchange-lib/testing_api_loop.c')
-rw-r--r-- | src/exchange-lib/testing_api_loop.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/exchange-lib/testing_api_loop.c b/src/exchange-lib/testing_api_loop.c index ac688594..e9197dab 100644 --- a/src/exchange-lib/testing_api_loop.c +++ b/src/exchange-lib/testing_api_loop.c @@ -634,7 +634,9 @@ main_wrapper_exchange_connect (void *cls) * key state.. if NULL, the interpreter will run without * trying to connect to the exchange first. * - * @return FIXME: not sure what 'is.result' is at this stage. + * @return GNUNET_OK if all is okay, != GNUNET_OK otherwise. + * non-GNUNET_OK codes are GNUNET_SYSERR most of the + * times. */ int TALER_TESTING_setup (TALER_TESTING_Main main_cb, |