typedef struct MCAgencyOptions_s{
    int threads;              /*!< Threads to start */
    int default_agent_status; /*!< Default agent status */
    int modified;             /*!< unused */
    int enable_security;      /*!< security enable flag */

    /* Following are some thread stack size options: 
     * unix/pthreads only! */
    int stack_size[MC_THREAD_ALL]; 
} MCAgencyOptions_t;

