tests/tracing/support/basic/test-platform.h: `ctx` -> `platform_ctx`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 24 Sep 2020 23:36:22 +0000 (19:36 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 24 Sep 2020 23:45:12 +0000 (19:45 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
tests/tracing/support/basic/test-platform.h

index 7bd857e23d43f1e25b9a934ce29e99578ad12442..53e033d5f197cafcba8108fae012bb883479cdbc 100644 (file)
@@ -29,8 +29,8 @@ struct test_platform_ctx;
 struct barectf_default_ctx;
 
 struct test_platform_ctx *test_platform_init(size_t buf_size);
-void test_platform_fini(struct test_platform_ctx *ctx);
+void test_platform_fini(struct test_platform_ctx *platform_ctx);
 struct barectf_default_ctx *test_platform_barectf_ctx(
-       struct test_platform_ctx *ctx);
+       struct test_platform_ctx *platform_ctx);
 
 #endif /* _BARECTF_TEST_PLATFORM_H */
This page took 0.031759 seconds and 4 git commands to generate.