X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udev.h;h=2652d46ada8d4db45052aa7ed16f8d4c6674dec5;hp=0c7ca12f10def122a55a8359cc2968df491e2910;hb=34f55103c5d451d247fc3b57579a6b3c1de0d58d;hpb=3d94fb8742847afe8396f6dd38b16ff4e836611d diff --git a/udev.h b/udev.h index 0c7ca12f1..2652d46ad 100644 --- a/udev.h +++ b/udev.h @@ -54,6 +54,7 @@ struct udev_rules; struct sysfs_device { struct list_head node; /* for device cache */ + struct sysfs_device *parent; /* already cached parent*/ char devpath[PATH_SIZE]; char subsystem[NAME_SIZE]; /* $class/$bus/"drivers" */ char kernel_name[NAME_SIZE]; /* device instance name */