summaryrefslogtreecommitdiff
path: root/src/include/merchant.h
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2015-10-28 17:40:30 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2015-10-28 17:40:30 +0100
commit9cec564ddc9bec9ea34ed7b0ca308800651cabd6 (patch)
tree01cfe65dd9f454d9b6b92abc93a070d17d7b1103 /src/include/merchant.h
parent2fbdccc8dc18157e2df7486e4ecedee343c81d8d (diff)
downloadmerchant-9cec564ddc9bec9ea34ed7b0ca308800651cabd6.tar.gz
merchant-9cec564ddc9bec9ea34ed7b0ca308800651cabd6.tar.bz2
merchant-9cec564ddc9bec9ea34ed7b0ca308800651cabd6.zip
Adding main behaviour to contract mgmt, plus importing additional
features from the mint code base
Diffstat (limited to 'src/include/merchant.h')
-rw-r--r--src/include/merchant.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/include/merchant.h b/src/include/merchant.h
index e207b4e3..1368c575 100644
--- a/src/include/merchant.h
+++ b/src/include/merchant.h
@@ -51,14 +51,10 @@ struct MERCHANT_Mint
char *hostname;
/**
- * The public key of the mint
+ * Flag which indicates whether some HTTP transfer between
+ * this merchant and the mint is still ongoing
*/
- struct GNUNET_CRYPTO_EddsaPublicKey pubkey;
-
- /**
- * The port where the mint's service is running
- */
- uint16_t port;
+ int pending;
/**
* A connection to this mint
@@ -67,7 +63,6 @@ struct MERCHANT_Mint
};
-
/**
* Parses mints from the configuration.
*