From 8bda51f70e71448d5342d944b69fc3b040e3e262 Mon Sep 17 00:00:00 2001 From: gstellenberg Date: Fri, 30 Apr 2010 20:37:12 -0500 Subject: [PATCH] Added reloadActive bit to PRSwitchRule --- include/pinproc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/pinproc.h b/include/pinproc.h index f71ae94..4ed9496 100644 --- a/include/pinproc.h +++ b/include/pinproc.h @@ -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;