X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=include%2Fxen%2Fxenbus.h;h=569c07f2e3446d57acb82b3430a1ceeb5f85fb95;hb=17f545ca1769e268e0190d88ab94dc2a117df280;hp=0a7515c1e3a424214158750aaf1262c05fac0d48;hpb=b1a808ff436343956a6ae63178ea1810c5e5a3a1;p=cascardo%2Flinux.git diff --git a/include/xen/xenbus.h b/include/xen/xenbus.h index 0a7515c1e3a4..569c07f2e344 100644 --- a/include/xen/xenbus.h +++ b/include/xen/xenbus.h @@ -70,6 +70,7 @@ struct xenbus_device { struct device dev; enum xenbus_state state; struct completion down; + struct work_struct work; }; static inline struct xenbus_device *to_xenbus_device(struct device *dev)