aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/selftest/ping_test.c
diff options
context:
space:
mode:
authorJames Simmons <jsimmons@infradead.org>2016-04-06 15:25:36 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-04-11 21:00:56 -0700
commitd9c460ea761c5be5c5a386416be2517c824bd293 (patch)
tree4a80bed87617f9ef0f855652dd96ce6ab0c5aba6 /drivers/staging/lustre/lnet/selftest/ping_test.c
parentstaging: lustre: selftest: convert sfw_batch_t to proper struct (diff)
downloadlinux-dev-d9c460ea761c5be5c5a386416be2517c824bd293.tar.xz
linux-dev-d9c460ea761c5be5c5a386416be2517c824bd293.zip
staging: lustre: selftest: convert sfw_test_client_ops_t to proper struct
Turn typedef sfw_test_client_ops_t to proper structure Signed-off-by: James Simmons <uja.ornl@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lnet/selftest/ping_test.c')
-rw-r--r--drivers/staging/lustre/lnet/selftest/ping_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lnet/selftest/ping_test.c b/drivers/staging/lustre/lnet/selftest/ping_test.c
index df33a139ad90..be13004886f2 100644
--- a/drivers/staging/lustre/lnet/selftest/ping_test.c
+++ b/drivers/staging/lustre/lnet/selftest/ping_test.c
@@ -210,7 +210,8 @@ ping_server_handle(struct srpc_server_rpc *rpc)
return 0;
}
-sfw_test_client_ops_t ping_test_client;
+struct sfw_test_client_ops ping_test_client;
+
void ping_init_test_client(void)
{
ping_test_client.tso_init = ping_client_init;