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

« back to all changes in this revision

Viewing changes to include/babeltrace/ctf/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:
200
200
        }
201
201
}
202
202
 
203
 
void ctf_print_timestamp(FILE *fp, struct ctf_stream *stream,
 
203
void ctf_print_timestamp(FILE *fp, struct ctf_stream_definition *stream,
204
204
                        uint64_t timestamp);
205
205
 
206
206
#endif /* _BABELTRACE_CTF_TYPES_H */