[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-mdb] branch master updated: ignore vmc-poll
From: |
gnunet |
Subject: |
[taler-taler-mdb] branch master updated: ignore vmc-poll |
Date: |
Tue, 10 Dec 2019 10:03:16 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository taler-mdb.
The following commit(s) were added to refs/heads/master by this push:
new eee5bf7 ignore vmc-poll
eee5bf7 is described below
commit eee5bf78ed11895fa4c08840b2c267d6231885d3
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Dec 10 10:03:13 2019 +0100
ignore vmc-poll
---
src/main.c | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/src/main.c b/src/main.c
index 92b139e..0a77db0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -136,6 +136,11 @@ along with
*/
#define VMC_CONF 0x11
+/**
+ * Machine is polling for something.
+ */
+#define VMC_POLL 0x12
+
/**
* Vending, with sub-command.
*/
@@ -1818,6 +1823,10 @@ handle_command (const char *hex,
"Received request for configuration via MDB\n");
mdb.cmd = &readerConfigData;
break;
+ case VMC_POLL:
+ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+ "Received POLL from MDB (ignored)\n");
+ break;
case VMC_READER:
{
unsigned int subcmd;
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-taler-mdb] branch master updated: ignore vmc-poll,
gnunet <=