chiark / gitweb /
vol_id: export encoded strings
[elogind.git] / udevd.h
diff --git a/udevd.h b/udevd.h
index b852b5224d40f000851cd2654b06e6dd5764954a..4ca6d1dcf2586970566ea9f39203118e11715a61 100644 (file)
--- a/udevd.h
+++ b/udevd.h
@@ -1,8 +1,6 @@
 /*
- * udevd.h
- *
  * Copyright (C) 2004 Ling, Xiaofeng <xiaofeng.ling@intel.com>
- * Copyright (C) 2004-2005 Kay Sievers <kay.sievers@vrfy.org>
+ * Copyright (C) 2004-2006 Kay Sievers <kay.sievers@vrfy.org>
  *
  *     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.
  *
  */
 
@@ -46,7 +44,9 @@ enum udevd_ctrl_msg_type {
        UDEVD_CTRL_START_EXEC_QUEUE,
        UDEVD_CTRL_SET_LOG_LEVEL,
        UDEVD_CTRL_SET_MAX_CHILDS,
+       UDEVD_CTRL_SET_MAX_CHILDS_RUNNING,
        UDEVD_CTRL_RELOAD_RULES,
+       UDEVD_CTRL_ENV,
 };
 
 struct udevd_ctrl_msg {
@@ -63,6 +63,7 @@ struct udevd_uevent_msg {
        char *action;
        char *devpath;
        char *subsystem;
+       char *driver;
        dev_t devt;
        unsigned long long seqnum;
        char *physdevpath;