summaryrefslogtreecommitdiff
path: root/udevd.h
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-08-13 05:32:09 +0200
committerKay Sievers <kay.sievers@suse.de>2006-08-13 05:32:09 +0200
commit254efc14a40204969fcf861498fb8b62a16141d1 (patch)
treea08232d1ff30e5209dedeacbf50a77c673fb8cf8 /udevd.h
parent258e77a55577f1cdf9209bb2a4add0bbee182d6e (diff)
udevd: read DRIVER from the environment
Diffstat (limited to 'udevd.h')
-rw-r--r--udevd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/udevd.h b/udevd.h
index 688e6d52ef..c1f0fd6a12 100644
--- a/udevd.h
+++ b/udevd.h
@@ -64,6 +64,7 @@ struct udevd_uevent_msg {
char *action;
char *devpath;
char *subsystem;
+ char *driver;
dev_t devt;
unsigned long long seqnum;
char *physdevpath;