Data Structures | |
| class | core |
| class | delete_pointer |
| class | exception |
| class | log |
| class | log_console |
| class | logger |
| class | module |
| class | option |
| class | service |
| class | test_suite |
Functions | |
| void | global_signal_handler (int signal_number) |
Variables | |
| static core * | global_kernel_core = NULL |
| void scalestack::kernel::global_signal_handler | ( | int | signal_number | ) |
This is provided for convenience for applications that only use a single core instance per process. This needs to be 'extern "C"' and not just static to make SunCC happy. The prototype is required to supress compiler warnings (prototypes are required for non-static functions).
core* scalestack::kernel::global_kernel_core = NULL [static] |
1.6.3