diff options
Diffstat (limited to 'udev/udevd.h')
-rw-r--r-- | udev/udevd.h | 17 |
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[]; -}; |