1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-24 18:25:23 +01:00

Added reloadActive bit to PRSwitchRule

This commit is contained in:
gstellenberg
2010-04-30 20:37:12 -05:00
parent e90731e7b9
commit 8bda51f70e

View File

@@ -379,6 +379,7 @@ typedef struct PRSwitchConfig {
} PRSwitchConfig;
typedef struct PRSwitchRule {
bool_t reloadActive; /**< If true, any associated driver changes resulting from this rule will only happen at most once every 256ms. */
bool_t notifyHost; /**< If true this switch change event will provided to the user via PRGetEvents(). */
} PRSwitchRule;