diff options
Diffstat (limited to 'src/shared/format-table.h')
-rw-r--r-- | src/shared/format-table.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/format-table.h b/src/shared/format-table.h index 452f1706c0..d402e95e0f 100644 --- a/src/shared/format-table.h +++ b/src/shared/format-table.h @@ -27,6 +27,8 @@ typedef enum TableDataType { TABLE_UINT64, TABLE_PERCENT, TABLE_IFINDEX, + TABLE_IN_ADDR, /* Takes a union in_addr_union (or a struct in_addr) */ + TABLE_IN6_ADDR, /* Takes a union in_addr_union (or a struct in6_addr) */ _TABLE_DATA_TYPE_MAX, /* The following are not really data types, but commands for table_add_cell_many() to make changes to |