On 30/8/2018 6:00 PM, Stephen Hemminger wrote:
On Thu, 30 Aug 2018 11:54:20 +0100
David Hunt <david.h...@intel.com> wrote:
Add JSON string handling to vm_power_manager for JSON strings received
through the fifo. The format of the JSON strings are detailed in the
next patch, the vm_power_manager user guide documentation updates.
This patch introduces a new dependency on Jansson, a C library for
encoding, decoding and manipulating JSON data. To compile the sample app
you now need to have installed libjansson4 and libjansson-dev (these may
be named slightly differently depending on your Operating System)
Signed-off-by: David Hunt <david.h...@intel.com>
If you introduce new dependency then it has to be in documentation,
and off by default in Makefile, and checked in meson build.
Hi Stephen,
Thanks for the review. I'll address your comments, and get a new
version up soon after Userspace.
Rgds,
Dave.