diff options
Diffstat (limited to 'tools/gcc-plugins/frr-format.h')
| -rw-r--r-- | tools/gcc-plugins/frr-format.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gcc-plugins/frr-format.h b/tools/gcc-plugins/frr-format.h index 87d2049ed4..599dbc56f9 100644 --- a/tools/gcc-plugins/frr-format.h +++ b/tools/gcc-plugins/frr-format.h @@ -113,6 +113,8 @@ struct kernel_ext_fmt tree_code type_code; int ptrlevel; bool t_const; + bool t_unsigned; + bool t_signed; bool warned; const char *type_str; |
