summaryrefslogtreecommitdiff
path: root/udev_rules.h
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2005-06-25 18:58:49 +0200
committerKay Sievers <kay.sievers@suse.de>2005-06-25 18:58:49 +0200
commit319c6700165dc38d7f813ff646bff0196f2aafe6 (patch)
tree9f69648054cecf9e3a8d8a17ce313f30a69ebab9 /udev_rules.h
parentbe4bedd16b934c8663f8c231f07f23091cde8261 (diff)
IMPORT allow to import program returned keys into the env
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'udev_rules.h')
-rw-r--r--udev_rules.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/udev_rules.h b/udev_rules.h
index f4b0a6f12f..bad8406cf4 100644
--- a/udev_rules.h
+++ b/udev_rules.h
@@ -99,10 +99,11 @@ struct udev_rule {
int sysfs_pair_count;
struct key_pair env_pair[KEY_ENV_PAIRS_MAX];
int env_pair_count;
+ char modalias[NAME_SIZE];
enum key_operation modalias_operation;
- char modalias[PATH_SIZE];
- enum key_operation import_operation;
char import[PATH_SIZE];
+ enum key_operation import_operation;
+ int import_exec;
char name[PATH_SIZE];
enum key_operation name_operation;