[ovs-dev] [reconnect 2/2] ovsdb-server: Implement unixctl command to reconnect JSON-RPC connections.

Jesse Gross jesse at nicira.com
Thu Jun 24 01:25:15 UTC 2010


On Fri, Jun 18, 2010 at 2:00 PM, Ben Pfaff <blp at nicira.com> wrote:
>
> +/* Forces all of the JSON-RPC sessions to disconnect and reconnect. */
> +void
> +ovsdb_jsonrpc_server_reconnect(struct ovsdb_jsonrpc_server *svr)
> +{
>

...


> +static void
> +ovsdb_jsonrpc_session_reconnect_all(struct ovsdb_jsonrpc_remote *remote)
> +{


I found the names of these functions to be somewhat confusing because at
first I assumed that "all" referred to all sessions (i.e. normally X_all()
would call X() for all objects).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-dev/attachments/20100623/1bfd2166/attachment-0003.html>


More information about the dev mailing list