diff options
Diffstat (limited to 'lib/types/types.h')
-rw-r--r-- | lib/types/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/types/types.h b/lib/types/types.h index 63f1b21..13ff7fc 100644 --- a/lib/types/types.h +++ b/lib/types/types.h @@ -89,6 +89,7 @@ struct interface_info { uint8_t *hwaddr; char *name; bool link; + char *address; }; struct blockdev_info { |