summaryrefslogtreecommitdiff
path: root/src/include/taler_exchange_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-01 23:00:06 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-01 23:00:06 +0200
commitb21705882156f73c6623f76b719fcaadc3d26555 (patch)
treeea2dbddc17b8e465d03aa4e4d967ee00134ebc0f /src/include/taler_exchange_service.h
parentfdec8e482e67b49b54c212e07bf3d17ea61960d3 (diff)
downloadexchange-b21705882156f73c6623f76b719fcaadc3d26555.tar.gz
exchange-b21705882156f73c6623f76b719fcaadc3d26555.tar.bz2
exchange-b21705882156f73c6623f76b719fcaadc3d26555.zip
add version to keydata returned by libtalerexchange (#5035)
Diffstat (limited to 'src/include/taler_exchange_service.h')
-rw-r--r--src/include/taler_exchange_service.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
index 20f98998a..b60b97e65 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -198,6 +198,14 @@ struct TALER_EXCHANGE_Keys
struct TALER_EXCHANGE_AuditorInformation *auditors;
/**
+ * Supported Taler protocol version by the exchange.
+ * String in the format current:revision:age using the
+ * semantics of GNU libtool. See
+ * https://www.gnu.org/software/libtool/manual/html_node/Versioning.html#Versioning
+ */
+ char *version;
+
+ /**
* Length of the @e sign_keys array.
*/
unsigned int num_sign_keys;