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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ipcpd/unicast/pol-ca-ops.h b/src/ipcpd/unicast/pol-ca-ops.h
index 69bd0d21..1e7c48b9 100644
--- a/src/ipcpd/unicast/pol-ca-ops.h
+++ b/src/ipcpd/unicast/pol-ca-ops.h
@@ -43,8 +43,9 @@ struct pol_ca_ops {
void (* wnd_wait)(ca_wnd_t wnd);
- uint8_t (* calc_ecn)(int fd,
- size_t len);
+ int (* calc_ecn)(int fd,
+ uint8_t * ecn,
+ size_t len);
/* Optional, can be NULL */
ssize_t (* print_stats)(void * ctx,