fix a debug statement to print also the directory name (and not
[tridge/dbench.git] / sockio.c
index 16c19447312391805035d25c9d37ed36d55b4ec3..6eb9e0f771bc6d85aa10f2f2a80c3281db16e858 100644 (file)
--- a/sockio.c
+++ b/sockio.c
@@ -200,7 +200,7 @@ static struct backend_op ops[] = {
        { NULL, NULL}
 };
 
-struct nb_operations nb_ops = {
+struct nb_operations sockio_ops = {
        .backend_name = "tbench",
        .setup        = sio_setup,
        .cleanup      = sio_cleanup,