On 08/08/2018 07:03 AM, Markus Armbruster wrote:
json_lexer_init() takes the function to process a token as an
argument. It's always json_message_process_token(). Makes the code
harder to understand for no actual gain. Drop the indirection.
Signed-off-by: Markus Armbruster
---
Reviewed-by:
json_lexer_init() takes the function to process a token as an
argument. It's always json_message_process_token(). Makes the code
harder to understand for no actual gain. Drop the indirection.
Signed-off-by: Markus Armbruster
---
include/qapi/qmp/json-lexer.h| 13 +++--
include/qap