X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udev_rules.h;h=bad8406cf486ba84ad766f2cb0ddddbe5c35634e;hp=f4b0a6f12f7fbadea225e9b883209575ed0fc104;hb=208f6aba21199ff4f93002eeb948d564f76843e6;hpb=bd0ed2ffbec325512c3131ce0db896234e36c923 diff --git a/udev_rules.h b/udev_rules.h index f4b0a6f12..bad8406cf 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;