X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Fstream-ssl.c;h=ad572d3523c7a77d337498ab14a620e6dfbde90f;hb=8017806940cfeaba963d6a6f51ae7573cbea6792;hp=5463388ea5159e5cc987feb223ee52f02f02060f;hpb=f125905cdd3dc0339ad968c0a70128807884b400;p=openvswitch diff --git a/lib/stream-ssl.c b/lib/stream-ssl.c index 5463388e..ad572d35 100644 --- a/lib/stream-ssl.c +++ b/lib/stream-ssl.c @@ -755,6 +755,7 @@ ssl_wait(struct stream *stream, enum stream_wait_type wait) const struct stream_class ssl_stream_class = { "ssl", /* name */ + true, /* needs_probes */ ssl_open, /* open */ ssl_close, /* close */ ssl_connect, /* connect */ @@ -861,6 +862,7 @@ pssl_wait(struct pstream *pstream) const struct pstream_class pssl_pstream_class = { "pssl", + true, pssl_open, pssl_close, pssl_accept,