summaryrefslogtreecommitdiff
path: root/udevd.h
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2007-08-26 05:22:35 +0200
committerKay Sievers <kay.sievers@vrfy.org>2007-08-26 05:22:35 +0200
commita2f2270eef499f6f60075a149011e3e3851ab5ef (patch)
tree5e84f73d692a9e9b6cc679c29112f2f97ce39e84 /udevd.h
parent3f781cab37dbee76340c65602555a524ffea96f9 (diff)
track "move" events to rename database and failed files
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 4ca6d1dcf2..9be34cb0cc 100644
--- a/udevd.h
+++ b/udevd.h
@@ -66,6 +66,7 @@ struct udevd_uevent_msg {
char *driver;
dev_t devt;
unsigned long long seqnum;
+ char *devpath_old;
char *physdevpath;
unsigned int timeout;
char *envp[UEVENT_NUM_ENVP+1];