static VALUE t_stop (VALUE self)
{
    evma_stop_machine();
    return Qnil;
}
Beispiel #2
0
void EM::StopReactor()
{
	evma_stop_machine();
}