summaryrefslogtreecommitdiff
path: root/udev/udev.h
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2009-11-16 15:22:17 +0100
committerKay Sievers <kay.sievers@vrfy.org>2009-11-16 15:22:17 +0100
commitcdae488a3fbca5a61b3f8ea0651730cfa2da9cb0 (patch)
tree26d3f5a0b0da338f367dfb643679e11f9d9be698 /udev/udev.h
parent5052297b6a8928d3ccfdd9996b71fdfff8bc8921 (diff)
remove "ignore_device"
There is no way to ignore an event these days. Libudev events can not be suppressed. It only prevents RUN keys from being executed, which results in an inconsistent behavior in current setups.
Diffstat (limited to 'udev/udev.h')
-rw-r--r--udev/udev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/udev/udev.h b/udev/udev.h
index 8f0a3014b6..555eae6311 100644
--- a/udev/udev.h
+++ b/udev/udev.h
@@ -48,7 +48,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;
};