Data Fields | |
| unsigned long | mask |
| unsigned long | add |
| char * | string [ACTION_STRING_COUNT] |
| list | multi_remove [ACTION_MULTI_COUNT][1] |
| int | multi_remove_all [ACTION_MULTI_COUNT] |
| list | multi_add [ACTION_MULTI_COUNT][1] |
It can contain both positive and negative instructions. It is used to store an entry in the actions list.
|
|
Actions to add. A bit set to "1" means add action. |
|
|
Actions to keep. A bit set to "0" means remove action. |
|
|
Lists of strings to add, for multi-string actions.
|
|
|
Lists of strings to remove, for multi-string actions.
|
|
|
If nonzero, remove *all* strings from the multi-string action.
|
|
|
Paramaters for those actions that require them. Each entry is valid if & only if the corresponding entry in "flags" is set. |
1.2.15