summaryrefslogtreecommitdiff
path: root/udev/udevd.h
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-09-06 15:45:31 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-09-06 15:45:31 +0200
commit7d563a17f3967890331daf08d43f2f005418139b (patch)
tree88b0c35d258a5b51fcadc1c0fc96ff80dfcaeacf /udev/udevd.h
parentcf8ec631a23eae532541bfeeccce20f0d978404d (diff)
use libudev code, unify logging, pass udev context around everywhere
Diffstat (limited to 'udev/udevd.h')
-rw-r--r--udev/udevd.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/udev/udevd.h b/udev/udevd.h
index a22bc96e5d..63c9951680 100644
--- a/udev/udevd.h
+++ b/udev/udevd.h
@@ -54,20 +54,3 @@ struct udevd_ctrl_msg {
};
};
-struct udevd_uevent_msg {
- struct list_head node;
- pid_t pid;
- int exitstatus;
- time_t queue_time;
- char *action;
- char *devpath;
- char *subsystem;
- char *driver;
- dev_t devt;
- unsigned long long seqnum;
- char *devpath_old;
- char *physdevpath;
- unsigned int timeout;
- char *envp[UEVENT_NUM_ENVP+1];
- char envbuf[];
-};