fix bug when setting default port for iscsi
[tridge/dbench.git] / fileio.c
index d67a1e1620a110469c2d0d33d7328928eecbed4c..9b3159edfb2a4710e9922cef524beb268ae7120e 100644 (file)
--- a/fileio.c
+++ b/fileio.c
@@ -642,7 +642,7 @@ static struct backend_op ops[] = {
        { NULL, NULL}
 };
 
-struct nb_operations nb_ops = {
+struct nb_operations fileio_ops = {
        .backend_name = "dbench",
        .setup          = fio_setup,
        .cleanup        = fio_cleanup,