X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fstream-fd.c;h=4113e3fc1693c33fa521392c78d71b417b55538d;hb=f1936eb65178f796d26a8d265697af8c19dce8cd;hp=38dba7c71211923dfab685751154fa94c8cb8b77;hpb=bceb55c8ba91af812bc61e1ebc54f367ad034157;p=sliver-openvswitch.git diff --git a/lib/stream-fd.c b/lib/stream-fd.c index 38dba7c71..4113e3fc1 100644 --- a/lib/stream-fd.c +++ b/lib/stream-fd.c @@ -150,6 +150,7 @@ fd_wait(struct stream *stream, enum stream_wait_type wait) static const struct stream_class stream_fd_class = { "fd", /* name */ + false, /* needs_probes */ NULL, /* open */ fd_close, /* close */ fd_connect, /* connect */ @@ -255,6 +256,7 @@ pfd_wait(struct pstream *pstream) static struct pstream_class fd_pstream_class = { "pstream", + false, NULL, pfd_close, pfd_accept,