X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstream.h;h=5c536c6ae5ff1af0548e4bb5f715ebb9a50cb12b;hb=67b30fcde789088b2e43407167f9ad656c2cc1e5;hp=256667e6852039e057dc0cc33a96b1048a658914;hpb=1e3c004749e1e0498dac6240b6edda472718dde2;p=openvswitch diff --git a/lib/stream.h b/lib/stream.h index 256667e6..5c536c6a 100644 --- a/lib/stream.h +++ b/lib/stream.h @@ -84,6 +84,6 @@ enum stream_content_type { }; void stream_report_content(const void *, size_t, enum stream_content_type, - enum vlog_module, const char *stream_name); + struct vlog_module *, const char *stream_name); #endif /* stream.h */