summaryrefslogtreecommitdiff
path: root/json-streamer.h
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2011-06-01 12:14:54 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2011-06-07 13:52:11 -0500
commiteca7db46ff8f24a70f4040af3e941dc19fd33ebe (patch)
tree94f613c435de623c01a5944b79f170110e7566f1 /json-streamer.h
parent29c75ddd87ff7904005da08ff1056395261d90f1 (diff)
downloadqemu-eca7db46ff8f24a70f4040af3e941dc19fd33ebe.tar.gz
json-streamer: make sure to reset token_size after emitting a token list
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'json-streamer.h')
-rw-r--r--json-streamer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/json-streamer.h b/json-streamer.h
index 09f3bd70e4..f09bc4daec 100644
--- a/json-streamer.h
+++ b/json-streamer.h
@@ -24,6 +24,7 @@ typedef struct JSONMessageParser
int brace_count;
int bracket_count;
QList *tokens;
+ uint64_t token_size;
} JSONMessageParser;
void json_message_parser_init(JSONMessageParser *parser,