CARB_FRAMEWORK_GLOBALS
Defined in carb/Framework.h
- 
CARB_FRAMEWORK_GLOBALS(clientName)
- Defines global variables for use by Carbonite. Call this macro from the global namespace. - Do not call this macro directly. Rather: - For applications, call OMNI_APP_GLOBALS. 
- For Carbonite plugins, call CARB_PLUGIN_IMPL. 
- For ONI plugins, call OMNI_MODULE_GLOBALS.