Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
Jiri Olsa | 53d0a57 | 2015-02-20 23:16:58 +0100 | [diff] [blame] | 2 | |
3 | #include <babeltrace/ctf-writer/writer.h> | ||||
Jiri Olsa | 19a9df3 | 2015-03-10 13:00:35 +0100 | [diff] [blame] | 4 | #include <babeltrace/ctf-ir/stream-class.h> |
Jiri Olsa | 53d0a57 | 2015-02-20 23:16:58 +0100 | [diff] [blame] | 5 | |
6 | int main(void) | ||||
7 | { | ||||
8 | bt_ctf_stream_class_get_packet_context_type((void *) 0); | ||||
9 | return 0; | ||||
10 | } |