X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=lib%2Ftypes%2Ftypes.h;h=63f1b213c19261687e9ebd9c85272c0327882c59;hb=75c97cfd449b2bac8e61af1017a83bdf43f5e8fe;hp=506510b1fbbfc0775a3999e701a0158f5da3ebc4;hpb=211d7eb1de2d3a9cd97846deb9a85a934dae2981;p=petitboot diff --git a/lib/types/types.h b/lib/types/types.h index 506510b..63f1b21 100644 --- a/lib/types/types.h +++ b/lib/types/types.h @@ -76,6 +76,12 @@ struct status { STATUS_ERROR, } type; char *message; + bool backlog; +}; + +struct statuslog_entry { + struct status *status; + struct list_item list; }; struct interface_info {