Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
kishon
/
pci-endpoint
/
89aca094545a1467e6399b93bb2fac73c11e0009
/
.
/
tools
/
build
/
feature
/
test-libbabeltrace.c
blob: 9cf802a04885cb9addac2cea7783252de04fa03f [
file
] [
log
] [
blame
]
#include
<babeltrace/ctf-writer/writer.h>
#include
<babeltrace/ctf-ir/stream-class.h>
int
main
(
void
)
{
bt_ctf_stream_class_get_packet_context_type
((
void
*)
0
);
return
0
;
}