diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-12 13:54:20 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-12 13:54:20 +0200 |
commit | 66f16ab5fbab7e59478b1deb71edb99bf03194b2 (patch) | |
tree | 96c9e6b8a91b5fffde043a5eda7834cd2736ccd5 | |
parent | f174781b570bb534db424e57a3b563a74ad36f77 (diff) | |
download | exchange-66f16ab5fbab7e59478b1deb71edb99bf03194b2.tar.gz exchange-66f16ab5fbab7e59478b1deb71edb99bf03194b2.zip |
-close connections now supported
-rw-r--r-- | src/bank-lib/fakebank.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c index 7c5a95ad6..60b7d500b 100644 --- a/src/bank-lib/fakebank.c +++ b/src/bank-lib/fakebank.c | |||
@@ -24,7 +24,6 @@ | |||
24 | // TODO: support long polling | 24 | // TODO: support long polling |
25 | // TODO: support adding WAD transfers | 25 | // TODO: support adding WAD transfers |
26 | // TODO: adapt taler-exchange-benchmark to profile bank API | 26 | // TODO: adapt taler-exchange-benchmark to profile bank API |
27 | // FIXME: support 'close_connections' option | ||
28 | 27 | ||
29 | #include "platform.h" | 28 | #include "platform.h" |
30 | #include <pthread.h> | 29 | #include <pthread.h> |