X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=lib%2Ftypes%2Ftypes.h;h=13ff7fc79f83bf3f4787a08198db019be9f9749b;hp=63f1b213c19261687e9ebd9c85272c0327882c59;hb=0d3caaf8e9a75e9b6ebc9427c75ed2914c60439d;hpb=f901ce58f58ad4f7d769140fe98426e5ac9f7759 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 {