aboutsummaryrefslogtreecommitdiff
path: root/include/hw/rdma/rdma.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/rdma/rdma.h')
-rw-r--r--include/hw/rdma/rdma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/rdma/rdma.h b/include/hw/rdma/rdma.h
index e77e43a170..80b2e531c4 100644
--- a/include/hw/rdma/rdma.h
+++ b/include/hw/rdma/rdma.h
@@ -31,7 +31,7 @@ typedef struct RdmaProvider RdmaProvider;
struct RdmaProviderClass {
InterfaceClass parent;
- void (*print_statistics)(Monitor *mon, RdmaProvider *obj);
+ void (*format_statistics)(RdmaProvider *obj, GString *buf);
};
#endif