2
0
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:
Ben Pfaff
2009-12-21 13:13:48 -08:00
parent d474bd01bb
commit 9467fe6246
21 changed files with 1272 additions and 58 deletions

View File

@@ -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 **);