X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udevd.h;h=9be34cb0cc944c376321930d7d5c7f41789de5bc;hp=688e6d52ef19d817ba384dd340c4339e57bd3151;hb=bbf1599bb57795ba3a627b48c2c26589edc584c1;hpb=f051e340699286831b90b242d843eb1a38c2b19f diff --git a/udevd.h b/udevd.h index 688e6d52e..9be34cb0c 100644 --- a/udevd.h +++ b/udevd.h @@ -1,8 +1,6 @@ /* - * udevd.h - * * Copyright (C) 2004 Ling, Xiaofeng - * Copyright (C) 2004-2005 Kay Sievers + * Copyright (C) 2004-2006 Kay Sievers * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -15,7 +13,7 @@ * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., - * 675 Mass Ave, Cambridge, MA 02139, USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * */ @@ -48,6 +46,7 @@ enum udevd_ctrl_msg_type { UDEVD_CTRL_SET_MAX_CHILDS, UDEVD_CTRL_SET_MAX_CHILDS_RUNNING, UDEVD_CTRL_RELOAD_RULES, + UDEVD_CTRL_ENV, }; struct udevd_ctrl_msg { @@ -64,8 +63,10 @@ struct udevd_uevent_msg { 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];