Make the secure channel and controller send out keepalives.
[openvswitch] / include / rconn.h
index af476cbdcd0ff4771d8f5c47e827f3f7acd752c5..17fcef82a3ab44e8c75e29bad6f784c532b1de53 100644 (file)
@@ -52,7 +52,8 @@
 
 struct vconn;
 
-struct rconn *rconn_new(const char *name, int txq_limit);
+struct rconn *rconn_new(const char *name, int txq_limit,
+                        int inactivity_probe_interval);
 struct rconn *rconn_new_from_vconn(const char *name, int txq_limit,
                                    struct vconn *);
 void rconn_destroy(struct rconn *);