X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Ftypes.h;h=b7e84da2ee22cf6bc488c27d76af2acf4ea76eab;hp=fa543bf2ddaed57323aea6d4331ce2ce7586e477;hb=764af3f43c289a0a5cd8bf6fd85d9361ae17a253;hpb=8178fe486a1274ad1b0d2ec56039e2bf92f4ae18 diff --git a/include/babeltrace/types.h b/include/babeltrace/types.h index fa543bf2..b7e84da2 100644 --- a/include/babeltrace/types.h +++ b/include/babeltrace/types.h @@ -31,7 +31,7 @@ /* Preallocate this many fields for structures */ #define DEFAULT_NR_STRUCT_FIELDS 8 -struct ctf_stream_class; +struct ctf_stream; struct stream_pos; struct format; struct definition; @@ -114,7 +114,7 @@ struct stream_pos { /* read/write dispatch table. Specific to plugin used for stream. */ rw_dispatch *rw_table; /* rw dispatch table */ int (*event_cb)(struct stream_pos *pos, - struct ctf_stream_class *stream_class); + struct ctf_stream *stream); }; static inline