X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udev%2Fudev.h;h=2b9bbecc8efc87d89c4b36692110a2dafb7ff27e;hb=e9906fec711192761f27468244d3012041bcb0ee;hp=8f0a3014b647f8eb946073c7127d7bf72e279663;hpb=d412a685736e3b3350b555f4d7d8ebfc80aa54c9;p=elogind.git diff --git a/udev/udev.h b/udev/udev.h index 8f0a3014b..2b9bbecc8 100644 --- a/udev/udev.h +++ b/udev/udev.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2003 Greg Kroah-Hartman - * Copyright (C) 2003-2008 Kay Sievers + * Copyright (C) 2003-2010 Kay Sievers * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -35,6 +35,7 @@ struct udev_event { struct udev *udev; struct udev_device *dev; struct udev_device *dev_parent; + struct udev_device *dev_db; char *name; char *tmp_node; char *program_result; @@ -48,7 +49,6 @@ struct udev_event { unsigned int name_final:1; unsigned int devlink_final:1; unsigned int run_final:1; - unsigned int ignore_device:1; unsigned int inotify_watch:1; };