mirror of
https://github.com/openvswitch/ovs
synced 2025-10-19 14:37:21 +00:00
Add SSL support to "stream" library and OVSDB.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
struct pstream;
|
||||
struct stream;
|
||||
|
||||
void stream_usage(const char *name, bool active, bool passive);
|
||||
void stream_usage(const char *name, bool active, bool passive, bool bootstrap);
|
||||
|
||||
/* Bidirectional byte streams. */
|
||||
int stream_open(const char *name, struct stream **);
|
||||
|
Reference in New Issue
Block a user