X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstream.c;h=43c95b6bc2836d608d6d4a4d901fb709e93c35ff;hb=480ce8ab;hp=4d894e7ede743e1640854a83d14589aae97a9eeb;hpb=5136ce492c414f377f7be9ae32b259abb9f76580;p=openvswitch diff --git a/lib/stream.c b/lib/stream.c index 4d894e7e..43c95b6b 100644 --- a/lib/stream.c +++ b/lib/stream.c @@ -769,7 +769,7 @@ stream_content_type_to_string(enum stream_content_type type) void stream_report_content(const void *data, size_t size, enum stream_content_type expected_type, - enum vlog_module module, const char *stream_name) + struct vlog_module *module, const char *stream_name) { static struct vlog_rate_limit rl = VLOG_RATE_LIMIT_INIT(5, 5); enum stream_content_type actual_type;