[ovs-dev] [PATCH] lib: Adapt jsonrpc header file for use in C++.

Ben Pfaff blp at ovn.org
Thu Oct 4 01:26:25 UTC 2018


On Wed, Oct 03, 2018 at 04:07:22PM -0700, Yifeng Sun wrote:
> This patch exposes jsonrpc.h for inclusion in C++, which will be
> used by NSX.
> 
> It added [extern "C"] to the header file and fixed other places
> to accommodate this change.
> 
> Signed-off-by: Yifeng Sun <pkusunyifeng at gmail.com>

Is this useful by itself?  The header file refers to struct stream,
struct pstream, struct reconnect_stats, and struct svec, but these
aren't in public headers.


More information about the dev mailing list