> On Dec 31, 2017, at 9:16 PM, Ben Pfaff <b...@ovn.org> wrote:

> diff --git a/ovsdb/jsonrpc-server.h b/ovsdb/jsonrpc-server.h
> index 1add3276d3b6..a3acc75f8d4f 100644
> --- a/ovsdb/jsonrpc-server.h
> +++ b/ovsdb/jsonrpc-server.h
> @@ -64,11 +64,14 @@ bool ovsdb_jsonrpc_server_get_remote_status(
> 
> void ovsdb_jsonrpc_server_run(struct ovsdb_jsonrpc_server *);
> void ovsdb_jsonrpc_server_wait(struct ovsdb_jsonrpc_server *);
> +
> +bool ovsdb_jsonrpc_server_is_read_only(const struct ovsdb_jsonrpc_server *);

I don't think there are any callers to this, I don't think they're introduced 
later either.

Acked-by: Justin Pettit <jpet...@ovn.org>

--Justin


_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to