summaryrefslogtreecommitdiff
path: root/src/ipcpd/unicast/pol-ca-ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipcpd/unicast/pol-ca-ops.h')
-rw-r--r--src/ipcpd/unicast/pol-ca-ops.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ipcpd/unicast/pol-ca-ops.h b/src/ipcpd/unicast/pol-ca-ops.h
index 3cb8a9d2..69bd0d21 100644
--- a/src/ipcpd/unicast/pol-ca-ops.h
+++ b/src/ipcpd/unicast/pol-ca-ops.h
@@ -45,6 +45,12 @@ struct pol_ca_ops {
uint8_t (* calc_ecn)(int fd,
size_t len);
+
+ /* Optional, can be NULL */
+ ssize_t (* print_stats)(void * ctx,
+ char * buf,
+ size_t len);
+
};
#endif /* OUROBOROS_IPCPD_UNICAST_POL_CA_OPS_H */