From 94db54073ea372406d4d82a009301984b097bc6b Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 5 Nov 2010 10:22:18 -0700 Subject: Add "Manager" and "manager_options" to allow options for OVSDB connections. I'm retaining the "managers" column in the Open_vSwitch table for now, but I hope that applications transition to using "manager_options" eventually so that we could drop it. CC: Andrew Lambeth CC: Jeremy Stribling --- lib/jsonrpc.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/jsonrpc.h') diff --git a/lib/jsonrpc.h b/lib/jsonrpc.h index 154c459af..d95148cbe 100644 --- a/lib/jsonrpc.h +++ b/lib/jsonrpc.h @@ -115,4 +115,9 @@ bool jsonrpc_session_is_connected(const struct jsonrpc_session *); unsigned int jsonrpc_session_get_seqno(const struct jsonrpc_session *); void jsonrpc_session_force_reconnect(struct jsonrpc_session *); +void jsonrpc_session_set_max_backoff(struct jsonrpc_session *, + int max_backofF); +void jsonrpc_session_set_probe_interval(struct jsonrpc_session *, + int probe_interval); + #endif /* jsonrpc.h */ -- cgit v1.2.1