lib: make plugin API const-correct
[babeltrace.git] / lib / lib-logging.c
index c91198256e77a91dad5861f123c294eb717b265c..b595263cf60967d08b192e05c6db24e86fec91d9 100644 (file)
@@ -1141,7 +1141,7 @@ static inline void format_notification_iterator(char **buf_ch,
 }
 
 static inline void format_plugin(char **buf_ch, bool extended,
-               const char *prefix, struct bt_plugin *plugin)
+               const char *prefix, const struct bt_plugin *plugin)
 {
        char tmp_prefix[64];
 
This page took 0.023096 seconds and 4 git commands to generate.