summaryrefslogtreecommitdiff
path: root/lib/netdev-offload-provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/netdev-offload-provider.h')
-rw-r--r--lib/netdev-offload-provider.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/netdev-offload-provider.h b/lib/netdev-offload-provider.h
index 5a809c0cd..0bed7bf61 100644
--- a/lib/netdev-offload-provider.h
+++ b/lib/netdev-offload-provider.h
@@ -42,7 +42,8 @@ struct netdev_flow_api {
*
* On success returns 0 and allocates data, on failure returns
* positive errno. */
- int (*flow_dump_create)(struct netdev *, struct netdev_flow_dump **dump);
+ int (*flow_dump_create)(struct netdev *, struct netdev_flow_dump **dump,
+ bool terse);
int (*flow_dump_destroy)(struct netdev_flow_dump *);
/* Returns true if there are more flows to dump.