diff options
Diffstat (limited to 'src/ipcpd/unicast/pol-ca-ops.h')
-rw-r--r-- | src/ipcpd/unicast/pol-ca-ops.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipcpd/unicast/pol-ca-ops.h b/src/ipcpd/unicast/pol-ca-ops.h index 1e7c48b9..13e39673 100644 --- a/src/ipcpd/unicast/pol-ca-ops.h +++ b/src/ipcpd/unicast/pol-ca-ops.h @@ -45,6 +45,7 @@ struct pol_ca_ops { int (* calc_ecn)(int fd, uint8_t * ecn, + qoscube_t qc, size_t len); /* Optional, can be NULL */ |