diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-04-12 15:51:16 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-04-12 15:51:16 +0200 |
commit | 0ec5b5e1429307fa7573aaa9b8f25fbd9b1d71d5 (patch) | |
tree | c2652aa96e2e9512f39b410099c7c40d476bf671 /udev/udev.h | |
parent | 421fbc71c7e951dac900eabd445dfe577158b9c3 (diff) |
unify/cleanup event handling
Diffstat (limited to 'udev/udev.h')
-rw-r--r-- | udev/udev.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/udev/udev.h b/udev/udev.h index 555eae6311..2b9bbecc8e 100644 --- a/udev/udev.h +++ b/udev/udev.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2003 Greg Kroah-Hartman <greg@kroah.com> - * Copyright (C) 2003-2008 Kay Sievers <kay.sievers@vrfy.org> + * Copyright (C) 2003-2010 Kay Sievers <kay.sievers@vrfy.org> * * 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; |