Data Fields | |
int | core_id |
const char * | device_name |
Definition at line 1032 of file ccss.c.
int core_id |
We need the core ID for similar reasons. Once we find the appropriate item in our ao2_container, we need to remove the appropriate cc_monitor from the list of monitors.
Definition at line 1044 of file ccss.c.
Referenced by cc_generic_monitor_destructor().
const char* device_name |
We need the device name during destruction so we can find the appropriate item to destroy.
Definition at line 1037 of file ccss.c.
Referenced by cc_generic_monitor_destructor().