Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7f8efc4 authored by James Simmons's avatar James Simmons Committed by Greg Kroah-Hartman
Browse files

staging: lustre: lnet: change lst_test_type_t to proper enum

parent 887793ea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -434,10 +434,10 @@ struct lstio_stat_args {
								result buffer */
};

typedef enum {
enum lst_test_type {
	LST_TEST_BULK	= 1,
	LST_TEST_PING	= 2
} lst_test_type_t;
};

/* create a test in a batch */
#define LST_MAX_CONCUR	1024	/* Max concurrency of test */