diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-07-01 14:15:26 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-07-01 14:15:26 +0200 |
commit | d77c4160ecf7b1d33d49ba47e3236f5dcc14ecc8 (patch) | |
tree | e8c7f7de609003cf75eba19c50548df6b401046a /src/benchmark | |
parent | f048de97822f29ec3dae5de57fab7a72a1fc4d8a (diff) |
implement logic to check protocol version compatibility (#5035)
Diffstat (limited to 'src/benchmark')
-rw-r--r-- | src/benchmark/taler-exchange-benchmark.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/benchmark/taler-exchange-benchmark.c b/src/benchmark/taler-exchange-benchmark.c index 70cc014e7..10a5eed1b 100644 --- a/src/benchmark/taler-exchange-benchmark.c +++ b/src/benchmark/taler-exchange-benchmark.c @@ -1234,10 +1234,12 @@ build_refresh () * * @param cls closure * @param _keys information about keys of the exchange + * @param vc compatibility information */ static void cert_cb (void *cls, - const struct TALER_EXCHANGE_Keys *_keys) + const struct TALER_EXCHANGE_Keys *_keys, + enum TALER_EXCHANGE_VersionCompatibility vc) { /* check that keys is OK */ if (NULL == _keys) |