summaryrefslogtreecommitdiff
path: root/tools/testing/vsock/vsock_test_zerocopy.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/vsock/vsock_test_zerocopy.h')
-rw-r--r--tools/testing/vsock/vsock_test_zerocopy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/testing/vsock/vsock_test_zerocopy.h b/tools/testing/vsock/vsock_test_zerocopy.h
index 3ef2579e024d..d46c91a69f16 100644
--- a/tools/testing/vsock/vsock_test_zerocopy.h
+++ b/tools/testing/vsock/vsock_test_zerocopy.h
@@ -12,4 +12,7 @@ void test_seqpacket_msgzcopy_server(const struct test_opts *opts);
void test_stream_msgzcopy_empty_errq_client(const struct test_opts *opts);
void test_stream_msgzcopy_empty_errq_server(const struct test_opts *opts);
+void test_stream_msgzcopy_mangle_client(const struct test_opts *opts);
+void test_stream_msgzcopy_mangle_server(const struct test_opts *opts);
+
#endif /* VSOCK_TEST_ZEROCOPY_H */