chiark / gitweb /
store the imported device information in the udevdb
[elogind.git] / udev.h
diff --git a/udev.h b/udev.h
index 11fbe024606f24e9cafd4b2f56fe500208139f6d..b5287bb53fd679e59c02bc81d72cc6b37ecb1ac5 100644 (file)
--- a/udev.h
+++ b/udev.h
@@ -69,6 +69,7 @@ struct udevice {
        dev_t devt;
        struct list_head run_list;
        int run_final;
+       struct list_head env_list;
 
        char tmp_node[PATH_SIZE];
        int partitions;