X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fstream.h;h=5c536c6ae5ff1af0548e4bb5f715ebb9a50cb12b;hb=480ce8abca4ae262a4148fe757aebe3e0ddba6f6;hp=256667e6852039e057dc0cc33a96b1048a658914;hpb=5136ce492c414f377f7be9ae32b259abb9f76580;p=sliver-openvswitch.git diff --git a/lib/stream.h b/lib/stream.h index 256667e68..5c536c6ae 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 */