This directory contains code involved to parse rules and execute them. This is
a layer above what is found in dsm_misc.

dsm_execute.c  - Code to setup the dsm to take a particular action.
dsm_rules.c    - Contains code to manage the rule data structues inside the SEM.
dsm_parse.c    - Simple parser for the action. Contains code to parse and 
                 split the action into its various components.


