~ubuntu-branches/ubuntu/utopic/babeltrace/utopic

« back to all changes in this revision

Viewing changes to include/babeltrace/types.h

  • Committer: Stéphane Graber
  • Date: 2012-04-20 12:29:45 UTC
  • mfrom: (1.1.4)
  • Revision ID: stgraber@ubuntu.com-20120420122945-kg29fg1eck7tt2v8
Megre 1.0.0~rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
/* Preallocate this many fields for structures */
35
35
#define DEFAULT_NR_STRUCT_FIELDS 8
36
36
 
37
 
struct ctf_stream;
 
37
struct ctf_stream_definition;
38
38
struct stream_pos;
39
39
struct format;
40
40
struct definition;
106
106
        /* read/write dispatch table. Specific to plugin used for stream. */
107
107
        rw_dispatch *rw_table;  /* rw dispatch table */
108
108
        int (*event_cb)(struct stream_pos *pos,
109
 
                        struct ctf_stream *stream);
 
109
                        struct ctf_stream_definition *stream);
110
110
};
111
111
 
112
112
static inline