summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-01-25 15:57:27 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-01-25 15:57:27 +0100
commit220ce20d05496c6d64127c2c584ea3f01418fbf9 (patch)
tree16309545ae0fe1b098765268b86306754a93d33c /src/include
parent222cac2762353c6901351ea9fabdd7839f46b99f (diff)
downloadexchange-220ce20d05496c6d64127c2c584ea3f01418fbf9.tar.gz
exchange-220ce20d05496c6d64127c2c584ea3f01418fbf9.tar.bz2
exchange-220ce20d05496c6d64127c2c584ea3f01418fbf9.zip
Revert explicit AUDITOR_connect at tests.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_testing_lib.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 6573d2cd7..711a13235 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -370,6 +370,12 @@ struct TALER_TESTING_Interpreter
int working;
/**
+ * Is the auditor running (#GNUNET_YES) or waiting
+ * for /version (#GNUNET_NO)?
+ */
+ int auditor_working;
+
+ /**
* How often have we gotten a /keys response so far?
*/
unsigned int key_generation;