summaryrefslogtreecommitdiff
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
parent[PATCH] Fix old-style pty breakage in rules file for tty device. (diff)
downloadsystemd-3169e8d1ee24c7d23d7e535eb22fced869104ff8.tar.gz
systemd-3169e8d1ee24c7d23d7e535eb22fced869104ff8.tar.bz2
systemd-3169e8d1ee24c7d23d7e535eb22fced869104ff8.zip
[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 5fdd62d32..cced75d5f 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];