Simple send missive example. More...
#include "cell.hh"
Include dependency graph for send_msg.cpp:Functions | |
| void | recv_cell_handler (missive *msg) |
| This function will handle messages for a cell when it has zero in cell::handler_idx and kernel::all_handlers has been set to the_handlers with kernel::set_handlers. | |
Variables | |
| missive_handler_t | the_handlers [] |
| This will be kernel::all_handlers when kernel::set_handlers gets called. | |
Simple send missive example.
1.8.11