chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[PATCH] udevd: serialization of the event sequence of a chain of devices
[elogind.git]
/
udevd.h
diff --git
a/udevd.h
b/udevd.h
index
31f07de
..
1c4b1b8
100644
(file)
--- a/
udevd.h
+++ b/
udevd.h
@@
-47,6
+47,7
@@
struct hotplug_msg {
char *devpath;
char *subsystem;
unsigned long long seqnum;
+ char *physdevpath;
char *envp[HOTPLUG_NUM_ENVP+1];
char envbuf[];
};