summaryrefslogtreecommitdiff
path: root/src/exchange-lib/testing_api_trait_process.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-01-21 18:46:18 +0100
committerChristian Grothoff <christian@grothoff.org>2018-01-21 18:49:47 +0100
commitd09beecc8f5f111538208b7b8da100e0a7015cda (patch)
tree7eff30b0adf7149b7c55feecdc4963e80a319814 /src/exchange-lib/testing_api_trait_process.c
parent41cb8b4c513d8c5628f744b48bf4467b6cc66c81 (diff)
downloadexchange-d09beecc8f5f111538208b7b8da100e0a7015cda.tar.gz
exchange-d09beecc8f5f111538208b7b8da100e0a7015cda.tar.bz2
exchange-d09beecc8f5f111538208b7b8da100e0a7015cda.zip
integrate sigpipe with ain loop
Diffstat (limited to 'src/exchange-lib/testing_api_trait_process.c')
-rw-r--r--src/exchange-lib/testing_api_trait_process.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/exchange-lib/testing_api_trait_process.c b/src/exchange-lib/testing_api_trait_process.c
index 2e2e0e137..877eca973 100644
--- a/src/exchange-lib/testing_api_trait_process.c
+++ b/src/exchange-lib/testing_api_trait_process.c
@@ -44,8 +44,8 @@ TALER_TESTING_get_trait_process (const struct TALER_TESTING_Command *cmd,
struct GNUNET_OS_Process ***processp)
{
return cmd->traits (cmd->cls,
- (void **) coin_priv,
- TALER_TESTING_TRAIT_COIN_PRIVATE_KEY,
+ (void **) processp,
+ TALER_TESTING_TRAIT_PROCESS,
selector);
}
@@ -57,7 +57,7 @@ TALER_TESTING_make_trait_process (const char *selector,
struct TALER_TESTING_Trait ret = {
.selector = selector,
.trait_name = TALER_TESTING_TRAIT_PROCESS,
- .ptr = (const void *) process
+ .ptr = (const void *) processp
};
return ret;