diff options
Diffstat (limited to 'src/expr/log.c')
| -rw-r--r-- | src/expr/log.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/expr/log.c b/src/expr/log.c index ead2437..f8456bc 100644 --- a/src/expr/log.c +++ b/src/expr/log.c @@ -27,8 +27,9 @@ struct nftnl_expr_log { const char *prefix; }; -static int nftnl_expr_log_set(struct nftnl_expr *e, uint16_t type, - const void *data, uint32_t data_len) +static int +nftnl_expr_log_set(struct nftnl_expr *e, uint16_t type, + const void *data, uint32_t data_len, uint32_t byteorder) { struct nftnl_expr_log *log = nftnl_expr_data(e); |
