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:
@@ -379,6 +379,7 @@ typedef struct PRSwitchConfig {
|
|||||||
} PRSwitchConfig;
|
} PRSwitchConfig;
|
||||||
|
|
||||||
typedef struct PRSwitchRule {
|
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(). */
|
bool_t notifyHost; /**< If true this switch change event will provided to the user via PRGetEvents(). */
|
||||||
} PRSwitchRule;
|
} PRSwitchRule;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user