X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udev.h;h=e1b7ac0d8ac85b6a94c58f4a8dbad8eeba6ed692;hp=e6e953b25dfa21fd5c8027ea5134831c26762997;hb=dad1f0924be4ccd7e09ac59237b05ccc354ceb1d;hpb=225cb03bd851adc6d269b13bdf2b1bfded2b96b9 diff --git a/udev.h b/udev.h index e6e953b25..e1b7ac0d8 100644 --- a/udev.h +++ b/udev.h @@ -39,7 +39,7 @@ #define ALLOWED_CHARS_INPUT ALLOWED_CHARS_FILE " $%?," #define DEFAULT_PARTITIONS_COUNT 15 -#define UDEV_ALARM_TIMEOUT 180 +#define UDEV_EVENT_TIMEOUT 180 #define UDEV_MAX(a,b) ((a) > (b) ? (a) : (b)) @@ -93,6 +93,7 @@ struct udevice { int ignore_remove; char program_result[PATH_SIZE]; int link_priority; + int event_timeout; int test_run; };