From: Tomohiro Kusumi <tkusumi@xxxxxxxxxx> This can/should be private, given struct is default public in C++. The null ioengine only needs access to new'd NullData which encapsulates malloc'd null_data *impl_. Signed-off-by: Tomohiro Kusumi <tkusumi@xxxxxxxxxx> --- engines/null.c | 1 + 1 file changed, 1 insertion(+) diff --git a/engines/null.c b/engines/null.c index 47f29054..cf1ee1f2 100644 --- a/engines/null.c +++ b/engines/null.c @@ -213,6 +213,7 @@ struct NullData { return null_open(impl_, f); } +private: struct null_data *impl_; }; -- 2.13.6 -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html