summaryrefslogtreecommitdiff
path: root/udevd.h
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2004-09-05 18:05:29 +0200
committerGreg KH <gregkh@suse.de>2005-04-26 21:37:00 -0700
commit3169e8d1ee24c7d23d7e535eb22fced869104ff8 (patch)
tree15cf27879701e8173dcb94d3b4c0b8100f666058 /udevd.h
parent00d063985a209444d7252f622149351a5cff8939 (diff)
[PATCH] pass SEQNUM trough udevd
here we change udevd to pass the SEQNUM from the hotplug environment to udev and the dev.d/ scripts. We need this for HAL to match the hotplug event with the dev.d/ events. It also changes the type from int to long to match the kernel.
Diffstat (limited to 'udevd.h')
-rw-r--r--udevd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/udevd.h b/udevd.h
index 5fdd62d323..cced75d5f6 100644
--- a/udevd.h
+++ b/udevd.h
@@ -33,7 +33,7 @@ struct hotplug_msg {
char magic[20];
struct list_head list;
pid_t pid;
- int seqnum;
+ long seqnum;
long queue_time;
char action[ACTION_SIZE];
char devpath[DEVPATH_SIZE];