summaryrefslogtreecommitdiff
path: root/udevd.h
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2004-09-15 22:36:31 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 21:37:01 -0700
commitcdc60e8afb06a0688e4b9f166625d4d0b8805e68 (patch)
tree16fbc84eae9b43fe64e95ce25ca7cff423d09ba4 /udevd.h
parent0345b8623581497f49184ffd1d8143fe20f71893 (diff)
[PATCH] switch udev's seqnum to u64
The kernel will use a u64 for the sequence number, so we want the same.
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 cced75d5f6..9be581d420 100644
--- a/udevd.h
+++ b/udevd.h
@@ -33,7 +33,7 @@ struct hotplug_msg {
char magic[20];
struct list_head list;
pid_t pid;
- long seqnum;
+ unsigned long long seqnum;
long queue_time;
char action[ACTION_SIZE];
char devpath[DEVPATH_SIZE];