summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd.h')
-rw-r--r--src/backend/taler-merchant-httpd.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/backend/taler-merchant-httpd.h b/src/backend/taler-merchant-httpd.h
index 726dc624..803720b7 100644
--- a/src/backend/taler-merchant-httpd.h
+++ b/src/backend/taler-merchant-httpd.h
@@ -59,11 +59,6 @@ struct IterateInstancesCls
unsigned int default_instance;
/**
- * Wire plugin
- */
- struct TALER_WIRE_Plugin *plugin;
-
- /**
* Tells if the parsing encountered any error. We need this
* field since the iterator must return void
*/
@@ -101,6 +96,11 @@ struct WireMethod
*/
struct GNUNET_HashCode h_wire;
+ /**
+ * Is this wire method active (should it be included in new contracts)?
+ */
+ int active;
+
};