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: don't delay events with TIMEOUT in the environment
[elogind.git]
/
udevd.h
diff --git
a/udevd.h
b/udevd.h
index
64e1d6a
..
b3e998b
100644
(file)
--- a/
udevd.h
+++ b/
udevd.h
@@
-60,6
+60,7
@@
struct hotplug_msg {
char *subsystem;
unsigned long long seqnum;
char *physdevpath;
+ unsigned int timeout;
char *envp[HOTPLUG_NUM_ENVP+1];
char envbuf[];
};