X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Fstream-unix.c;h=6ce7790b541dae2979b97670011b7d0a4bf4921a;hb=8f7501e83f4aa3d395287ef91f4910e32b55643e;hp=9046da154828852e5d529ede214324dfb760c32c;hpb=e6e6bdad78300b27b5f42567c03c092e7bad45e9;p=openvswitch diff --git a/lib/stream-unix.c b/lib/stream-unix.c index 9046da15..6ce7790b 100644 --- a/lib/stream-unix.c +++ b/lib/stream-unix.c @@ -69,6 +69,8 @@ struct stream_class unix_stream_class = { NULL, /* connect */ NULL, /* recv */ NULL, /* send */ + NULL, /* run */ + NULL, /* run_wait */ NULL, /* wait */ };