X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstream.h;h=e7eef365b4b8d83cb845d999995a5452bb6179b4;hb=fd05d7d0e64a2962522ae532d93a21f02aa001a3;hp=ae30b1031c127bec23a0e06668f9778409bc98a9;hpb=539e96f62300e4afab00e5906a28e3b89301d62e;p=openvswitch diff --git a/lib/stream.h b/lib/stream.h index ae30b103..e7eef365 100644 --- a/lib/stream.h +++ b/lib/stream.h @@ -17,17 +17,14 @@ #ifndef STREAM_H #define STREAM_H 1 -#include #include #include #include -#include "flow.h" - 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 **);