summaryrefslogtreecommitdiffstats
path: root/include/data_reg.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/data_reg.h')
-rw-r--r--include/data_reg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/data_reg.h b/include/data_reg.h
index f2675f2..10517ba 100644
--- a/include/data_reg.h
+++ b/include/data_reg.h
@@ -19,7 +19,7 @@ union nftnl_data_reg {
uint32_t len;
};
struct {
- int verdict;
+ uint32_t verdict;
const char *chain;
};
};