aboutsummaryrefslogtreecommitdiff
path: root/lib/stream.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2009-11-12 12:52:12 -0800
committerBen Pfaff <blp@nicira.com>2009-11-12 12:57:26 -0800
commit8d76bcca4daa3a65a233c45bf6ecd93ace1dfe9e (patch)
treeaab96c9d7071a35dc1f8a84d9c6bd07dcf5e13e0 /lib/stream.h
parent3ed497fc10033c9857140270d60ef6aa2d7c0c08 (diff)
stream: New function pstream_accept_block().
Diffstat (limited to 'lib/stream.h')
-rw-r--r--lib/stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/stream.h b/lib/stream.h
index 76c9e6c6..7a62a5a3 100644
--- a/lib/stream.h
+++ b/lib/stream.h
@@ -57,6 +57,7 @@ int pstream_open(const char *name, struct pstream **);
const char *pstream_get_name(const struct pstream *);
void pstream_close(struct pstream *);
int pstream_accept(struct pstream *, struct stream **);
+int pstream_accept_block(struct pstream *, struct stream **);
void pstream_wait(struct pstream *);
#endif /* stream.h */