X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstream-fd.c;h=94c84340966e67994af4c7b831395fb870483aba;hb=26ad129e69fc7c800630dbd541dc2dcc8150c3a4;hp=46aa8e7386cf5cdd934a237a01c859cc3572c578;hpb=58fda1dab104041fc693032475ec4662c1a52849;p=openvswitch diff --git a/lib/stream-fd.c b/lib/stream-fd.c index 46aa8e73..94c84340 100644 --- a/lib/stream-fd.c +++ b/lib/stream-fd.c @@ -139,6 +139,8 @@ static struct stream_class stream_fd_class = { fd_connect, /* connect */ fd_recv, /* recv */ fd_send, /* send */ + NULL, /* run */ + NULL, /* run_wait */ fd_wait, /* wait */ };