diff options
Diffstat (limited to 'src/include/taler_fakebank_lib.h')
-rw-r--r-- | src/include/taler_fakebank_lib.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/taler_fakebank_lib.h b/src/include/taler_fakebank_lib.h index 375bc9aa5..dc6ba1dac 100644 --- a/src/include/taler_fakebank_lib.h +++ b/src/include/taler_fakebank_lib.h | |||
@@ -66,15 +66,13 @@ TALER_FAKEBANK_start (uint16_t port, | |||
66 | * @param currency which currency should the bank offer | 66 | * @param currency which currency should the bank offer |
67 | * @param ram_limit how much memory do we use at most | 67 | * @param ram_limit how much memory do we use at most |
68 | * @param num_threads size of the thread pool, 0 to use the GNUnet scheduler | 68 | * @param num_threads size of the thread pool, 0 to use the GNUnet scheduler |
69 | * @param close_connections true to force closing a connection after each request (no HTTP keep-alive) | ||
70 | * @return NULL on error | 69 | * @return NULL on error |
71 | */ | 70 | */ |
72 | struct TALER_FAKEBANK_Handle * | 71 | struct TALER_FAKEBANK_Handle * |
73 | TALER_FAKEBANK_start2 (uint16_t port, | 72 | TALER_FAKEBANK_start2 (uint16_t port, |
74 | const char *currency, | 73 | const char *currency, |
75 | uint64_t ram_limit, | 74 | uint64_t ram_limit, |
76 | unsigned int num_threads, | 75 | unsigned int num_threads); |
77 | bool close_connections); | ||
78 | 76 | ||
79 | 77 | ||
80 | /** | 78 | /** |