vlog: Make the vlog module catalog program-specific.
[openvswitch] / lib / stream.h
index 256667e6852039e057dc0cc33a96b1048a658914..5c536c6ae5ff1af0548e4bb5f715ebb9a50cb12b 100644 (file)
@@ -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 */